diff --git a/cli/app.rs b/cli/app.rs index b712c3df9..91de13ff7 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -798,7 +798,7 @@ impl Limbo { } if !table.is_empty() { - write!(self, "{table}")?; + writeln!(self, "{table}")?; } } OutputMode::Line => {