Skip to content

Commit

Permalink
style: Run cargo fmt for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 25, 2024
1 parent 862148f commit b8f12d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ impl App {
self.style.unicode.get(Symbol::LeftBracket),
if !kernel_modules.list.is_empty() {
((kernel_modules.index + 1) as f64
/ kernel_modules.list.len() as f64
* 100.0) as u64
/ kernel_modules.list.len() as f64 * 100.0) as u64
} else {
0
},
Expand Down

0 comments on commit b8f12d9

Please sign in to comment.