mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
cargo fmt
This commit is contained in:
parent
aaecca0ec9
commit
5653f96701
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ impl Limbo {
|
|||
if !quiet {
|
||||
self.write_fmt(format_args!("Limbo v{}", env!("CARGO_PKG_VERSION")))?;
|
||||
self.writeln("Enter \".help\" for usage hints.")?;
|
||||
self.writeln("This software is ALPHA, only use for development, testing, and experimentation.")?;
|
||||
self.writeln(
|
||||
"This software is ALPHA, only use for development, testing, and experimentation.",
|
||||
)?;
|
||||
self.display_in_memory()?;
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue