Fix wrong indent

This commit is contained in:
cat12079801 2018-12-23 11:28:40 +09:00 committed by Pierre Peltier
parent 92af678167
commit c7c795856f

View file

@ -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;