Skip to content

Commit 652cbf3

Browse files
committed
style: lint
1 parent 43ee386 commit 652cbf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/themes/ios/dark.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { darkTheme as baseDarkTheme } from '../base/dark.tokens';
22
import type { DarkTheme } from '../themes.interfaces';
33

44
export const darkTheme: DarkTheme = {
5-
...baseDarkTheme
5+
...baseDarkTheme,
66
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import type { LightTheme } from '../themes.interfaces';
22

3-
export const lightTheme: LightTheme = { };
3+
export const lightTheme: LightTheme = {};

core/src/themes/md/light.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import type { LightTheme } from '../themes.interfaces';
22

3-
export const lightTheme: LightTheme = { };
3+
export const lightTheme: LightTheme = {};

0 commit comments

Comments
 (0)