ソースを参照

Add better icons spacing

Zheng He Hu 6 年 前
コミット
128fadd8bf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/output/icons.rs

+ 1 - 1
src/output/icons.rs

@@ -38,7 +38,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 {