Skip to content

Commit

Permalink
Format with latest stable rustfmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 21, 2019
1 parent 9144100 commit 7c93d37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/wasi-common/src/sandboxed_tty_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ where
{
/// Construct a new `SandboxedTTYWriter` with the given inner `Writer`.
pub(crate) fn new(inner: &'writer mut Writer) -> Self {
Self {
inner,
}
Self { inner }
}

/// Write a single character to the output.
Expand Down

0 comments on commit 7c93d37

Please sign in to comment.