aboutsummaryrefslogtreecommitdiff
path: root/src-ui
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-22 17:09:32 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-22 17:09:32 +0200
commit3098602245cd31fbc184a6559b5f5ca95aaaa741 (patch)
tree8e1488c879375e502e8060e486552354fb182dca /src-ui
parent060febe496217d57b6a39dd028c4930227609c5a (diff)
downloadFlightCore-3098602245cd31fbc184a6559b5f5ca95aaaa741.tar.gz
FlightCore-3098602245cd31fbc184a6559b5f5ca95aaaa741.zip
Remove trailing whitespace
Diffstat (limited to 'src-ui')
-rw-r--r--src-ui/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index b5890abf..00c89af7 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -112,7 +112,7 @@ document.addEventListener("DOMContentLoaded", async function () {
}
// Update the button
get_northstar_version_number_and_set_button_accordingly(omniButtonEl);
-
+
// Save change in persistent store
await store.set('northstar-package-name', { value: globalState.northstar_package_name });
});