From c951f01c98e5a7a13b4b19dd7d6da46af09ffda2 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Fri, 4 Oct 2024 11:56:23 +0200 Subject: [PATCH] Fix lint errors --- apps/desktop/src/lib/stack/Stack.svelte | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/desktop/src/lib/stack/Stack.svelte b/apps/desktop/src/lib/stack/Stack.svelte index db4a0555c..e2e59abe6 100644 --- a/apps/desktop/src/lib/stack/Stack.svelte +++ b/apps/desktop/src/lib/stack/Stack.svelte @@ -26,10 +26,7 @@ import { User } from '$lib/stores/user'; import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context'; import { BranchController } from '$lib/vbranches/branchController'; - import { - getLocalAndRemoteCommits, - getLocalCommits - } from '$lib/vbranches/contexts'; + import { getLocalAndRemoteCommits, getLocalCommits } from '$lib/vbranches/contexts'; import { FileIdSelection } from '$lib/vbranches/fileIdSelection'; import { VirtualBranch } from '$lib/vbranches/types'; import Button from '@gitbutler/ui/Button.svelte'; @@ -220,10 +217,7 @@ -
+