[clippy] remove unnecessary semicolon
This commit is contained in:
parent
b5c18ace38
commit
4f81e1dcf4
@ -94,7 +94,7 @@ fn run() -> LogtimesResult {
|
||||
f.write_all(&linebuf[..end])?;
|
||||
f.write_all(b"\n")?;
|
||||
f.flush()?;
|
||||
};
|
||||
}
|
||||
|
||||
// clear line buffer, so it is fresh for the next line
|
||||
linebuf.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user