Skip to content

Commit

Permalink
fix: run gleam format on files
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 6, 2024
1 parent c37df85 commit 9387f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/frontend/src/frontend/view/body/signature.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ pub fn view_signature(
[helpers.newline(), helpers.idt(2)],
list.map(parameters, view_parameter(_, 2))
|> list.intersperse([
h.text(","),
helpers.newline(),
helpers.idt(2),
])
h.text(","),
helpers.newline(),
helpers.idt(2),
])
|> list.concat(),
[h.text(","), helpers.newline()],
])
Expand Down

0 comments on commit 9387f5b

Please sign in to comment.