Skip to content

Commit 2b891d3

Browse files
committed
Undo one more unintentional edit.
1 parent 5289d13 commit 2b891d3

File tree

1 file changed

+1
-1
lines changed
  • crates/oxc_linter/src/rules/eslint

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/eslint/curly.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ fn test() {
18771877
doSomething()
18781878
;
18791879
} while (foo)",
1880-
"do
1880+
"do
18811881
doSomething()
18821882
;
18831883
while (foo)",

0 commit comments

Comments
 (0)