Skip to content

Commit 128fadd

Browse files
committed
Add better icons spacing
1 parent 89c861f commit 128fadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output/icons.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub fn painted_icon(file: &File, style: &FileStyle) -> String {
3838
c.paint(file_icon).to_string()
3939
}
4040
});
41-
format!("{} ", painted)
41+
format!("{} ", painted)
4242
}
4343

4444
fn icon(file: &File) -> char {

0 commit comments

Comments
 (0)