Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30b9881

Browse files
fix: use spaces instead of tabs
1 parent fcd2530 commit 30b9881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/workspaceapps.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INSERT INTO
2929
healthcheck_threshold,
3030
health,
3131
display_order,
32-
hidden
32+
hidden
3333
)
3434
VALUES
3535
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING *;

0 commit comments

Comments
 (0)