Add missing semicolons

Also trim trailing whitespaces along the way.
This commit is contained in:
Chocobo1 2020-09-17 02:07:12 +08:00
parent ff82063520
commit ccdc3b201b
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 24 additions and 24 deletions

View file

@ -824,7 +824,7 @@ const initializeWindows = function() {
hashes = torrentsTable.getFilteredTorrentsHashes('all', CATEGORIES_ALL, TAGS_ALL, TRACKERS_TRACKERLESS);
break;
default:
hashes = trackerList.get(trackerHashInt).torrents
hashes = trackerList.get(trackerHashInt).torrents;
break;
}
@ -851,7 +851,7 @@ const initializeWindows = function() {
hashes = torrentsTable.getFilteredTorrentsHashes('all', CATEGORIES_ALL, TAGS_ALL, TRACKERS_TRACKERLESS);
break;
default:
hashes = trackerList.get(trackerHashInt).torrents
hashes = trackerList.get(trackerHashInt).torrents;
break;
}