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 authored and Jakub Konka committed Jan 2, 2020
1 parent cc3cf24 commit 26be703
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 26be703

Please sign in to comment.