chore: formatting fix

This commit is contained in:
Pavel Laptev 2024-02-14 13:11:44 +01:00 committed by GitButler
parent d16010ac43
commit 49129fb15a

View File

@ -52,10 +52,7 @@
let rsViewport: HTMLElement;
const userSettings = getContext<SettingsStore>(SETTINGS_CONTEXT);
const defaultBranchWidthRem = persisted<number | undefined>(
24,
'defaulBranchWidth' + project.id
);
const defaultBranchWidthRem = persisted<number | undefined>(24, 'defaulBranchWidth' + project.id);
const laneWidthKey = 'laneWidth_';
let laneWidth: number;