cargo fmt

pull/321/merge
sharkdp 6 years ago committed by David Peter
parent 404d6a4a81
commit fc8fd1e63f

@ -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…
Cancel
Save