style(query): Convert tabs to spaces

pull/6420/merge^2
dkanney 4 months ago
parent b4bd07fe3c
commit a28fb7d6a2

@ -581,9 +581,9 @@ const (
`
scopeIdFromRoleIdQuery = `
select scope_id
from iam_role
where public_id = @public_id;`
select scope_id
from iam_role
where public_id = @public_id;`
listRolesQuery = `
with

Loading…
Cancel
Save