Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 9, 2022
1 parent 2ec4f0c commit 0fd014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/langs/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl std::fmt::Display for LanguagesInfo {
width = pad
);
} else {
languages_info.push_str(&language_str.trim_end());
languages_info.push_str(language_str.trim_end());
}
}
write!(f, "{}", languages_info)
Expand Down

0 comments on commit 0fd014f

Please sign in to comment.