mirror of
https://github.com/sharkdp/bat
synced 2024-11-13 23:57:09 +00:00
Update header
This commit is contained in:
parent
a7232a6ecc
commit
7b7a5a32d6
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue