Skip to content

Commit 79292f5

Browse files
[autofix.ci] apply automated fixes
1 parent 0e9fc56 commit 79292f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/rules/typescript/member_ordering.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,9 @@ fn test() {
10791079
.valid
10801080
.into_iter()
10811081
.map(|case| match case {
1082-
UpstreamValidCase::Code(code) => JsonCase(normalize_setters_for_oxc_parser(&code), None),
1082+
UpstreamValidCase::Code(code) => {
1083+
JsonCase(normalize_setters_for_oxc_parser(&code), None)
1084+
}
10831085
UpstreamValidCase::Config { code, options } => {
10841086
JsonCase(normalize_setters_for_oxc_parser(&code), options)
10851087
}

0 commit comments

Comments
 (0)