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
@@ -113,7 +113,7 @@ WHERE
-- Filter by max age if provided
AND (
sqlc.narg('max_age_ms')::bigint IS NULL
OR pd.last_seen_at IS NULL
OR pd.last_seen_at IS NULL
OR pd.last_seen_at >= (NOW() - (sqlc.narg('max_age_ms')::bigint || ' ms')::interval)
)
AND (