Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vv9k committed Dec 7, 2021
1 parent 1b1bf63 commit 382d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl App {
if id.len() > 12 {
&id[..12]
} else {
&id[..]
id
}
}

Expand Down

0 comments on commit 382d9e8

Please sign in to comment.