Skip to content

Commit 139cf83

Browse files
committed
Ran formatter
1 parent 31ffd0d commit 139cf83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/settings/Settings.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ export interface MediaDbPluginSettings {
2323
movie: boolean,
2424
series: boolean,
2525
game: boolean
26-
};
26+
};
2727
MALAPI: {
2828
movie: boolean,
2929
series: boolean
30-
};
30+
};
3131
SteamAPI: {
3232
game: boolean
33-
};
33+
};
3434
MobyGamesAPI: {
3535
game: boolean
36-
};
36+
};
3737
movieTemplate: string;
3838
seriesTemplate: string;
3939
mangaTemplate: string;

0 commit comments

Comments
 (0)