From 1dac0ef3f2bf48e3b91ee071860eaf84f09defe2 Mon Sep 17 00:00:00 2001 From: MareStare Date: Tue, 4 Mar 2025 04:07:24 +0000 Subject: [PATCH] Add an empty line after the import statement --- assets/js/autocomplete/history/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/autocomplete/history/store.ts b/assets/js/autocomplete/history/store.ts index 18cfed02..e8befc96 100644 --- a/assets/js/autocomplete/history/store.ts +++ b/assets/js/autocomplete/history/store.ts @@ -1,4 +1,5 @@ import store from '../../utils/store'; + /** * The root JSON object that contains the history records and is persisted to disk. */