Formatting issues

This commit is contained in:
André Oliveira
2021-08-09 17:45:42 +00:00
parent 5e571a375b
commit 11bbaecca0
2 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
//! `ide` crate.
use std::{
io::{Write as _},
io::Write as _,
process::{self, Stdio},
};