[rustfmt] applied the new rustfmt settings
This commit is contained in:
parent
070d07b27c
commit
b99f27935b
10
src/main.rs
10
src/main.rs
@ -2,7 +2,15 @@ use chrono::prelude::*;
|
|||||||
use std::{
|
use std::{
|
||||||
env::args,
|
env::args,
|
||||||
fs::File,
|
fs::File,
|
||||||
io::{stdin, stdout, Error as IoError, Read, StdoutLock, Write},
|
io::{
|
||||||
|
stdin,
|
||||||
|
stdout,
|
||||||
|
Error as IoError,
|
||||||
|
ErrorKind,
|
||||||
|
Read,
|
||||||
|
StdoutLock,
|
||||||
|
Write,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
type LogtimesResult = Result<(), IoError>;
|
type LogtimesResult = Result<(), IoError>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user