diff --git a/src/main.rs b/src/main.rs index 6e60102..6c17891 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,7 +101,7 @@ fn run() -> LogtimesResult { f.flush()?; }; - // clear line buffer so it is fresh for the next line + // clear line buffer, so it is fresh for the next line linebuf.clear(); continue; }