Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSStewart authored and jfmengels committed Mar 25, 2021
1 parent 4ac9684 commit b32a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elm/Parser/Declarations.elm
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ letDestructuringDeclarationWithPattern p =
succeed (LetDestructuring p)
|> Combine.ignore (maybe Layout.layout)
|> Combine.ignore (string "=")
|> Combine.ignore Layout.layout
|> Combine.ignore (maybe Layout.layout)
|> Combine.andMap expression
)

Expand Down

0 comments on commit b32a8e5

Please sign in to comment.