cargo fmt
This commit is contained in:
@@ -412,13 +412,13 @@ fn emit_csv<W: std::io::Write>(
|
||||
write_color_buffer(
|
||||
&disp_wtr,
|
||||
get_writable_color(None),
|
||||
&format!("Data reduction: {} events ({:.2}%)",
|
||||
reducted_record_cnt, reducted_percent),
|
||||
&format!(
|
||||
"Data reduction: {} events ({:.2}%)",
|
||||
reducted_record_cnt, reducted_percent
|
||||
),
|
||||
)
|
||||
.ok();
|
||||
println!(
|
||||
|
||||
);
|
||||
println!();
|
||||
println!();
|
||||
|
||||
_print_unique_results(
|
||||
|
||||
@@ -425,7 +425,8 @@ impl App {
|
||||
fn print_contributors(&self) {
|
||||
match fs::read_to_string("./contributors.txt") {
|
||||
Ok(contents) => {
|
||||
write_color_buffer(&BufferWriter::stdout(ColorChoice::Always), None, &contents).ok();
|
||||
write_color_buffer(&BufferWriter::stdout(ColorChoice::Always), None, &contents)
|
||||
.ok();
|
||||
}
|
||||
Err(err) => {
|
||||
AlertMessage::alert(&format!("{}", err)).ok();
|
||||
|
||||
Reference in New Issue
Block a user