Skip to content

Commit c46dfc8

Browse files
authored
Merge pull request ogham#619 from aeonzh/master
Better icons spacing
2 parents 12c562c + 128fadd commit c46dfc8

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
@@ -39,7 +39,7 @@ pub fn painted_icon(file: &File, style: &FileStyle) -> String {
3939
c.paint(file_icon).to_string()
4040
}
4141
});
42-
format!("{} ", painted)
42+
format!("{} ", painted)
4343
}
4444

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

0 commit comments

Comments
 (0)