lint: Use 4 space indent

This commit is contained in:
Cohee
2023-12-02 21:56:16 +02:00
parent c63cd87cc0
commit 08fedf3a96
12 changed files with 74 additions and 78 deletions

View File

@ -345,10 +345,10 @@ function onANMenuItemClick() {
opacity: 0.0,
duration: 250,
},
async function () {
await delay(50);
$('#floatingPrompt').removeClass('resizing');
});
async function () {
await delay(50);
$('#floatingPrompt').removeClass('resizing');
});
setTimeout(function () {
$('#floatingPrompt').hide();
}, 250);