From d3fef99e546949a0f4c10bf39e666e405e483498 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 9 Feb 2024 18:26:10 +0100 Subject: [PATCH] [spelling] add comma --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }