cargo fmt --all

This commit is contained in:
akiranishikawa
2020-10-10 11:18:43 +09:00
2 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,6 @@ mod tests {
for rule in toml.rules {
match rule {
Ok(_rule) => {
println!("{:?}", _rule);
if let Some(severity) = _rule.rule.severity {
assert_eq!("high", severity);
}