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

Skip to content

Commit 4c1c469

Browse files
fix: fix indentation
1 parent d320cbc commit 4c1c469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/database/queries.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/prebuilds.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WHERE w.id IN (
1515
AND b.template_version_id = t.active_version_id
1616
AND p.current_preset_id = @preset_id::uuid
1717
AND p.ready
18-
AND NOT t.deleted
18+
AND NOT t.deleted
1919
LIMIT 1 FOR UPDATE OF p SKIP LOCKED -- Ensure that a concurrent request will not select the same prebuild.
2020
)
2121
RETURNING w.id, w.name;

0 commit comments

Comments
 (0)