mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
cargo fmt
This commit is contained in:
@@ -211,7 +211,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
|||||||
ContentType::BINARY => " <BINARY>",
|
ContentType::BINARY => " <BINARY>",
|
||||||
ContentType::UTF_16LE => " <UTF-16LE>",
|
ContentType::UTF_16LE => " <UTF-16LE>",
|
||||||
ContentType::UTF_16BE => " <UTF-16BE>",
|
ContentType::UTF_16BE => " <UTF-16BE>",
|
||||||
_ => ""
|
_ => "",
|
||||||
};
|
};
|
||||||
|
|
||||||
writeln!(
|
writeln!(
|
||||||
|
Reference in New Issue
Block a user