Explorar o código

Merge pull request #619 from aeonzh/master

Better icons spacing
Benjamin Sago %!s(int64=6) %!d(string=hai) anos
pai
achega
c46dfc8836
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/output/icons.rs

+ 1 - 1
src/output/icons.rs

@@ -39,7 +39,7 @@ pub fn painted_icon(file: &File, style: &FileStyle) -> String {
                     c.paint(file_icon).to_string() 
                 }
             });
-    format!("{} ", painted)
+    format!("{}  ", painted)
 }
 
 fn icon(file: &File) -> char {