add semi colon to fix lint

This commit is contained in:
sancodes 2022-05-20 13:34:25 -07:00
parent 0703428bbb
commit ac01a26dcc

View file

@ -66,7 +66,7 @@ import template from './libraryoptionseditor.template.html';
if (plugins.length < 1) {
elem.innerHTML = '';
elem.classList.add('hide')
elem.classList.add('hide');
return false;
}