Skip to content

Commit 05c4eee

Browse files
committed
Fix whitespace
1 parent 6ce1d2d commit 05c4eee

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/workspaces.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FROM
8383
workspaces
8484
WHERE
8585
template_id = ANY(@ids :: uuid [ ])
86-
-- Ignore deleted workspaces
86+
-- Ignore deleted workspaces
8787
AND deleted != true
8888
GROUP BY
8989
template_id;

0 commit comments

Comments
 (0)