Fix code style issue
authorMatthias Schmidt <gravatronics@live.com>
Mon, 26 Apr 2021 14:38:53 +0000 (16:38 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 26 Apr 2021 14:38:53 +0000 (16:38 +0200)
ts/WoltLabSuite/Core/Acp/Form/Builder/Field/Devtools/Project/ExcludedPackages.ts

index 3014ba71e966a514e28816fbdf8313f6cc167ac7..8a4c477fb8133ab6139c71ac70c6048a167cfb24 100644 (file)
@@ -69,7 +69,7 @@ class ExcludedPackages<
 
   protected validateVersion(versionElement: HTMLInputElement): boolean {
     const version = versionElement.value;
-    
+
     if (version === "") {
       DomUtil.innerError(versionElement, Language.get("wcf.global.form.error.empty"));