mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
pretty mode's table need a line break
This commit is contained in:
@@ -798,7 +798,7 @@ impl Limbo {
|
||||
}
|
||||
|
||||
if !table.is_empty() {
|
||||
write!(self, "{table}")?;
|
||||
writeln!(self, "{table}")?;
|
||||
}
|
||||
}
|
||||
OutputMode::Line => {
|
||||
|
||||
Reference in New Issue
Block a user