removed redundant newlines

This commit is contained in:
Zuzanna 2026-03-05 16:07:25 +01:00
parent 24982e6a2a
commit c902940f1a

View File

@ -2746,11 +2746,9 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null
};
var importFile = function(content) {
if (checkChannelUsers()) {
return;
}
if (!content) {
UI.removeModals();
return void UI.alert(Messages.oo_invalidFormat);