1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

Update header

This commit is contained in:
sharkdp
2018-04-24 21:33:50 +02:00
parent a7232a6ecc
commit 7b7a5a32d6
+1 -1
View File
@@ -78,7 +78,7 @@ fn print_file<P: AsRef<Path>>(
write!(
handle,
"{}{} {}\n",
"{}{} File {}\n",
" ".repeat(PANEL_WIDTH),
Fixed(GRID_COLOR).paint(""),
White.bold().paint(filename.as_ref().to_string_lossy())