mirror of
https://github.com/sharkdp/bat
synced 2024-11-17 09:27:59 +00:00
cargo fmt
This commit is contained in:
parent
404d6a4a81
commit
fc8fd1e63f
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
|||
ContentType::BINARY => " <BINARY>",
|
||||
ContentType::UTF_16LE => " <UTF-16LE>",
|
||||
ContentType::UTF_16BE => " <UTF-16BE>",
|
||||
_ => ""
|
||||
_ => "",
|
||||
};
|
||||
|
||||
writeln!(
|
||||
|
|
Loading…
Reference in a new issue