mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-09 14:47:43 +02:00
Linting
This commit is contained in:
@@ -31,7 +31,7 @@ export function showGamepadToast(gamepad: Gamepad) {
|
||||
status = t('disconnected');
|
||||
}
|
||||
|
||||
Toast.show(text, status, {instant: false});
|
||||
Toast.show(text, status, { instant: false });
|
||||
}
|
||||
|
||||
export function getUniqueGamepadNames() {
|
||||
|
Reference in New Issue
Block a user