Skip to content

Commit 93a08b0

Browse files
[autofix.ci] apply automated fixes
1 parent 3a47b3c commit 93a08b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/vue/valid_define_emits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl Rule for ValidDefineEmits {
114114

115115
handle_call_expression(call_expr, &imported_names, ctx);
116116
}
117-
_ => {},
117+
_ => {}
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)