Formatting
This commit is contained in:
@@ -417,9 +417,8 @@ where
|
||||
error,
|
||||
path: options.blueprint_path,
|
||||
}
|
||||
})?;
|
||||
|
||||
Ok(())
|
||||
.into()
|
||||
})
|
||||
}
|
||||
CodeGenMode::Test {
|
||||
match_tests,
|
||||
|
||||
@@ -230,8 +230,7 @@ impl EventListener for Terminal {
|
||||
" Complete"
|
||||
.if_supports_color(Stderr, |s| s.bold())
|
||||
.if_supports_color(Stderr, |s| s.green()),
|
||||
"benchmark results written to CSV"
|
||||
.if_supports_color(Stderr, |s| s.bold())
|
||||
"benchmark results written to CSV".if_supports_color(Stderr, |s| s.bold())
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user