Skip to content

Commit 7c93d37

Browse files
committed
Format with latest stable rustfmt.
1 parent 9144100 commit 7c93d37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/wasi-common/src/sandboxed_tty_writer.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ where
1717
{
1818
/// Construct a new `SandboxedTTYWriter` with the given inner `Writer`.
1919
pub(crate) fn new(inner: &'writer mut Writer) -> Self {
20-
Self {
21-
inner,
22-
}
20+
Self { inner }
2321
}
2422

2523
/// Write a single character to the output.

0 commit comments

Comments
 (0)