mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: apply rustfmt to all crates (#917)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use tokio_io::{AsyncWrite};
|
||||
use tokio_io::AsyncWrite;
|
||||
|
||||
use futures::Poll;
|
||||
|
||||
use std::io::{self, Write, Stdout as StdStdout};
|
||||
use std::io::{self, Stdout as StdStdout, Write};
|
||||
|
||||
/// A handle to the standard output stream of a process.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user