Skip to content

Commit bda234f

Browse files
committed
fixed lint
1 parent 67b8afe commit bda234f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/range/range.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@
206206

207207
.range-knob-handle.ion-focused .range-knob {
208208
@include globals.focused-state();
209-
}
209+
}

core/src/components/range/test/states/range.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
9595
await expect(range).toHaveScreenshot(screenshot(`range-focus`));
9696
});
9797
});
98-
});
98+
});

0 commit comments

Comments
 (0)