Fix lint errors

This commit is contained in:
Mattias Granlund 2024-10-04 11:56:23 +02:00
parent 3b1725cfc4
commit c951f01c98

View File

@ -26,10 +26,7 @@
import { User } from '$lib/stores/user'; import { User } from '$lib/stores/user';
import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context'; import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context';
import { BranchController } from '$lib/vbranches/branchController'; import { BranchController } from '$lib/vbranches/branchController';
import { import { getLocalAndRemoteCommits, getLocalCommits } from '$lib/vbranches/contexts';
getLocalAndRemoteCommits,
getLocalCommits
} from '$lib/vbranches/contexts';
import { FileIdSelection } from '$lib/vbranches/fileIdSelection'; import { FileIdSelection } from '$lib/vbranches/fileIdSelection';
import { VirtualBranch } from '$lib/vbranches/types'; import { VirtualBranch } from '$lib/vbranches/types';
import Button from '@gitbutler/ui/Button.svelte'; import Button from '@gitbutler/ui/Button.svelte';
@ -220,10 +217,7 @@
</div> </div>
</div> </div>
</div> </div>
<div <div class="lane-branches__action" class:scroll-end-visible={scrollEndVisible}>
class="lane-branches__action"
class:scroll-end-visible={scrollEndVisible}
>
<Button <Button
style="pop" style="pop"
kind="solid" kind="solid"