Skip to content

Commit

Permalink
Fixes issue with tabs vs spaces in SQL formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed May 14, 2024
1 parent cbff515 commit 4b09a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/secret/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ WITH rev AS (
)
SELECT (sm.secret_id,
version,
description,
description,
auto_prune,
rp.policy,
rev.latest_revision) AS (&secretInfo.*),
Expand Down

0 comments on commit 4b09a0e

Please sign in to comment.