1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix whitespace

This commit is contained in:
Bill Thornton 2022-03-31 09:57:21 -04:00
parent a85ef16e99
commit 40f9067c88

View file

@ -9,8 +9,6 @@ import * as inputManager from '../scripts/inputManager';
import toast from '../components/toast/toast';
import confirm from '../components/confirm/confirm';
/* eslint-disable indent */
// TODO: replace with each plugin version
const cacheParam = new Date().getTime();
@ -156,6 +154,4 @@ import confirm from '../components/confirm/confirm';
}
}
/* eslint-enable indent */
export const pluginManager = new PluginManager();