diff --git a/crates/oxc_linter/src/snapshots/button_has_type.snap b/crates/oxc_linter/src/snapshots/button_has_type.snap index 6a2290f1d14bd7..a42f06e32ab1a3 100644 --- a/crates/oxc_linter/src/snapshots/button_has_type.snap +++ b/crates/oxc_linter/src/snapshots/button_has_type.snap @@ -95,7 +95,7 @@ source: crates/oxc_linter/src/tester.rs × Expected a semicolon or an implicit semicolon after a statement, but found none ╭─[button_has_type.tsx:1:7] 1 │ button type/> - · ─ + · ▲ ╰──── help: Try insert a semicolon here diff --git a/crates/oxc_linter/src/snapshots/consistent_indexed_object_style.snap b/crates/oxc_linter/src/snapshots/consistent_indexed_object_style.snap index cc80668baaa2d4..9416a75a6dfa86 100644 --- a/crates/oxc_linter/src/snapshots/consistent_indexed_object_style.snap +++ b/crates/oxc_linter/src/snapshots/consistent_indexed_object_style.snap @@ -222,6 +222,6 @@ source: crates/oxc_linter/src/tester.rs × Expected a semicolon or an implicit semicolon after a statement, but found none ╭─[consistent_indexed_object_style.tsx:1:10] 1 │ funcction foo(): Record {} - · ─ + · ▲ ╰──── help: Try insert a semicolon here