cargo fmt

This commit is contained in:
DustInDark
2022-06-25 19:32:38 +09:00
parent 9b0344197b
commit b556b2061b

View File

@@ -246,7 +246,8 @@ impl ParseYaml {
};
// テスト用のルール(ID:000...0)の場合はexcluded ruleのカウントから除外するようにする
if v != "00000000-0000-0000-0000-000000000000" {
let entry = self.rule_load_cnt.entry(entry_key.to_string()).or_insert(0);
let entry =
self.rule_load_cnt.entry(entry_key.to_string()).or_insert(0);
*entry += 1;
}
if entry_key == "excluded"