From 45eb6792d9c2c0cda8e3e500a475adfadb978980 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 2 Jun 2022 21:58:04 -0600 Subject: [PATCH] Remove trailing newline --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e9bfadb..61b336d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -127,4 +127,4 @@ class FileHiderSettingsTab extends PluginSettingTab { VisibilityToggleSetting.create(this.plugin, container); ManageHiddenPaths.create(this.plugin, container); }; -} +}; \ No newline at end of file