Skip to content

Commit 4b522e8

Browse files
committed
chore: lint
1 parent 9b76f1a commit 4b522e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devtools-ui-kit/src/components/NSplitPane.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const DEFAULT = 30
2525
const key = props.storageKey
2626
const size = key
2727
? computed({
28-
get: () => state.value[key] || props.leftSize || DEFAULT,
29-
set: (v) => { state.value[key] = v },
30-
})
28+
get: () => state.value[key] || props.leftSize || DEFAULT,
29+
set: (v) => { state.value[key] = v },
30+
})
3131
: ref(props.leftSize || DEFAULT)
3232
</script>
3333

0 commit comments

Comments
 (0)