Skip to content

Commit a635c99

Browse files
committed
fix format
1 parent 85ce29c commit a635c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/(entity)/views/indexes

src/routes/(console)/project-[region]-[project]/databases/database-[database]/(entity)/views/indexes/view.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
const spreadsheetColumns = $derived([
7575
{
7676
id: 'key',
77-
width: getColumnWidth('key', $isSmallViewport ? 250: 280),
77+
width: getColumnWidth('key', $isSmallViewport ? 250 : 280),
7878
minimumWidth: $isSmallViewport ? 250 : 280,
7979
resizable: true
8080
},

0 commit comments

Comments
 (0)