mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
chore: formatted code
This commit is contained in:
parent
9ca2894a7c
commit
de2e5337a0
4 changed files with 4 additions and 7 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue