[rustfmt] include order changed
This commit is contained in:
parent
4f81e1dcf4
commit
cf3ddc6c6a
@ -1,7 +1,7 @@
|
||||
use std::{
|
||||
env::args,
|
||||
fs::File,
|
||||
io::{stdin, stdout, Error as IoError, ErrorKind, Read, Write},
|
||||
io::{Error as IoError, ErrorKind, Read, Write, stdin, stdout},
|
||||
};
|
||||
|
||||
use chrono::prelude::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user