[spelling] add comma

This commit is contained in:
2024-02-09 18:26:10 +01:00
parent 855f4cd8c8
commit d3fef99e54

View File

@ -101,7 +101,7 @@ fn run() -> LogtimesResult {
f.flush()?; 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(); linebuf.clear();
continue; continue;
} }