Skip to content

Commit 634bda3

Browse files
committed
add config file for fnn-cli
1 parent 361ca7d commit 634bda3

File tree

1 file changed

+1
-1
lines changed
  • crates/fiber-cli/src/tui/tabs

1 file changed

+1
-1
lines changed

crates/fiber-cli/src/tui/tabs/logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl LogsTab {
114114
}
115115
}
116116

117-
/// Parse a single persisted log line back into a `LogEntry`.
117+
/// Parse a single persisted log line back into a `LogEntry`
118118
fn parse_log_line(line: &str) -> Option<LogEntry> {
119119
// Expected: "HH:MM:SS LEVEL rest of message"
120120
let timestamp = line.get(..8)?;

0 commit comments

Comments
 (0)