From 84bb17b72c4c01f75ee3bf2c55c4e5237ef803a3 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 19 Aug 2024 18:40:08 +0900 Subject: [PATCH] Run Linter --- src/lib/stores/specifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/specifications.ts b/src/lib/stores/specifications.ts index ad7f14589..30bc5eabb 100644 --- a/src/lib/stores/specifications.ts +++ b/src/lib/stores/specifications.ts @@ -5,4 +5,4 @@ import { derived } from 'svelte/store'; export const specificationsList = derived( page, async ($page) => (await $page.data.specificationsList) as Models.SpecificationList -); \ No newline at end of file +);