mirror of
https://github.com/asciinema/asciinema.git
synced 2026-07-10 04:19:38 +02:00
Whitespace fix
This commit is contained in:
@@ -191,6 +191,7 @@ async fn send_command(
|
||||
make_command: impl FnOnce(oneshot::Sender<io::Result<()>>) -> Command,
|
||||
) -> io::Result<()> {
|
||||
let (result_tx, result_rx) = oneshot::channel();
|
||||
|
||||
commands
|
||||
.send(make_command(result_tx))
|
||||
.map_err(|_| worker_failed())?;
|
||||
|
||||
Reference in New Issue
Block a user