Skip to content

Commit f2bf012

Browse files
committed
$cargo fmt
1 parent 70e8476 commit f2bf012

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/io/stdin.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ impl Stdin {
167167
static ref STDIN: std::io::Stdin = std::io::stdin();
168168
}
169169

170-
blocking::spawn(async {
171-
StdinLock(STDIN.lock())
172-
}).await
170+
blocking::spawn(async { StdinLock(STDIN.lock()) }).await
173171
}
174172
}
175173

0 commit comments

Comments
 (0)