chore: formatted code

This commit is contained in:
MartinFillon 2024-03-18 09:40:26 +01:00
parent 9ca2894a7c
commit de2e5337a0
No known key found for this signature in database
GPG key ID: 16DC898F53F94853
4 changed files with 4 additions and 7 deletions

View file

@ -141,10 +141,7 @@ impl TreeTrunk {
impl TreeParams {
pub fn new(depth: TreeDepth, last: bool) -> Self {
Self {
depth,
last,
}
Self { depth, last }
}
pub fn is_at_root(&self) -> bool {

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:361:21
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:359:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:359:47
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:357:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:375:25
thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:373:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace