mirror of
https://github.com/stefanoamorelli/crabrl.git
synced 2026-04-18 07:10:42 +00:00
style: fix formatting for rustfmt compliance
- Add trailing newlines to all source files - Remove extra blank lines - Simplify closure formatting in benchmarks
This commit is contained in:
@@ -33,4 +33,5 @@ fn main() {
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -19,4 +19,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!(" Units: {}", doc.units.len());
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -26,4 +26,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user