Update header

This commit is contained in:
sharkdp 2018-04-24 21:33:50 +02:00
parent a7232a6ecc
commit 7b7a5a32d6
1 changed files with 1 additions and 1 deletions

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())