Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Aug 4, 2023
1 parent 4dc5924 commit 30143bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/salmon/cloudformation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
:stack-id stack-id}))))

(defn- start-stack! [{:keys [->error ->validation]
::ds/keys [config instance system]
:as signal}]
::ds/keys [config instance system]
:as signal}]
(let [{:keys [region template]} config
{:keys [client]} instance
schema (-> system ::ds/component-def :schema)
Expand Down

0 comments on commit 30143bc

Please sign in to comment.