cargo fmt

This commit is contained in:
Pekka Enberg 2025-06-27 11:46:14 +03:00
parent aaecca0ec9
commit 5653f96701

View file

@ -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(())