Skip to content

Commit 9953b46

Browse files
committed
fix lint warning
1 parent 3156f61 commit 9953b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ if (btn) btn.addEventListener("click",event=>{
14311431
showToast("Error creating screenshot: "+err,"error");
14321432
});
14331433
}
1434-
}));
1434+
}));
14351435
});
14361436

14371437
// Open terminal button

0 commit comments

Comments
 (0)