chore(coderd/database/queries): remove trailing whitespace (#20192)

This commit is contained in:
Mathias Fredriksson
2025-10-07 13:10:38 +00:00
committed by GitHub
parent 6b72ef8b18
commit 057d7dacdc
6 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ FROM
provisioner_keys
WHERE
organization_id = $1
AND
AND
lower(name) = lower(@name);
-- name: ListProvisionerKeysByOrganizationExcludeReserved :many
@@ -47,10 +47,10 @@ WHERE
AND
-- exclude reserved built-in key
id != '00000000-0000-0000-0000-000000000001'::uuid
AND
AND
-- exclude reserved user-auth key
id != '00000000-0000-0000-0000-000000000002'::uuid
AND
AND
-- exclude reserved psk key
id != '00000000-0000-0000-0000-000000000003'::uuid;