pretty mode's table need a line break

This commit is contained in:
TcMits
2025-09-10 12:03:59 +07:00
parent 87dd707911
commit e8b853ed25

View File

@@ -798,7 +798,7 @@ impl Limbo {
}
if !table.is_empty() {
write!(self, "{table}")?;
writeln!(self, "{table}")?;
}
}
OutputMode::Line => {