Skip to content

Commit

Permalink
PR feedback. Fixing formating of SQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm committed Dec 7, 2023
1 parent d0b968a commit 896db50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain/cloud/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (st *State) CloudDefaults(ctx context.Context, cloudName string) (map[strin
stmt := `
SELECT cloud_defaults.key,
cloud_defaults.value,
cloud.uuid
cloud.uuid
FROM cloud
LEFT JOIN cloud_defaults ON cloud.uuid = cloud_defaults.cloud_uuid
WHERE cloud.name = ?
Expand Down

0 comments on commit 896db50

Please sign in to comment.