address semicolon insertion lint

> Code that uses automatic semicolon insertion inconsistently is hard to read and maintain.

See: https://github.com/PrivateBin/PrivateBin/security/quality/rules/js%2Fautomatic-semicolon-insertion
This commit is contained in:
El RIDO
2026-01-25 09:41:52 +01:00
parent 7806faf16c
commit a4eaa77b82
7 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ describe('AttachmentViewer', function () {
{value: function(blob) {
return 'blob:' + location.origin + '/1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed';
}}
)
);
}
$.PrivateBin.AttachmentViewer.init();
$.PrivateBin.Model.init();
@@ -152,7 +152,7 @@ describe('AttachmentViewer', function () {
{value: function(blob) {
return 'blob:' + location.origin + '/1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed';
}}
)
);
}
$.PrivateBin.AttachmentViewer.init();
$.PrivateBin.Model.init();