Skip to content

Commit b396106

Browse files
[autofix.ci] apply automated fixes
1 parent 928f994 commit b396106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/linter_codegen/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ pub fn generate_rule_runner_impls() -> io::Result<()> {
7272
Some("run") => "RuleRunFunctionsImplemented::Run".to_string(),
7373
Some("run_on_symbol") => "RuleRunFunctionsImplemented::RunOnSymbol".to_string(),
7474
Some("run_once") => "RuleRunFunctionsImplemented::RunOnce".to_string(),
75-
Some("run_on_jest_node") => "RuleRunFunctionsImplemented::RunOnJestNode".to_string(),
75+
Some("run_on_jest_node") => {
76+
"RuleRunFunctionsImplemented::RunOnJestNode".to_string()
77+
}
7678
_ => "RuleRunFunctionsImplemented::Unknown".to_string(),
7779
}
7880
} else {

0 commit comments

Comments
 (0)