mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Fix wrong indent
This commit is contained in:
parent
92af678167
commit
c7c795856f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl Icons {
|
|||
return res;
|
||||
}
|
||||
|
||||
// Check the known extensions.
|
||||
// Check the known extensions.
|
||||
if let Some(extension) = name.extension() {
|
||||
if let Some(icon) = self.icons_by_extension.get(extension.as_str()) {
|
||||
res += icon;
|
||||
|
|
Loading…
Reference in a new issue