Skip to content

Commit

Permalink
Silence clippy's indentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clin1234 authored Jul 30, 2024
1 parent 3c03f89 commit 3f4d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a bar.
For example:
- __CPU Usage__ ranges from 0 to 100%, this function can return a `usize`
that tells the bar how many of its blocks should be represented as being used.
that tells the bar how many of its blocks should be represented as being used.
The same goes for __battery percentage__, as it ranges from 0 to 100%.
*/
Expand Down

0 comments on commit 3f4d2a6

Please sign in to comment.