aboutsummaryrefslogtreecommitdiff
path: root/gen/src/gleam@any.erl
diff options
context:
space:
mode:
Diffstat (limited to 'gen/src/gleam@any.erl')
-rw-r--r--gen/src/gleam@any.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/gen/src/gleam@any.erl b/gen/src/gleam@any.erl
index a81a836..c04aae4 100644
--- a/gen/src/gleam@any.erl
+++ b/gen/src/gleam@any.erl
@@ -31,10 +31,10 @@ list_any(A) ->
gleam__stdlib:decode_list(A).
list(Any, Decode) ->
- gleam@result:then(list_any(Any),
- fun(Capture1) ->
- gleam@list:traverse(Capture1, Decode)
- end).
+ gleam@result:then(
+ list_any(Any),
+ fun(Capture1) -> gleam@list:traverse(Capture1, Decode) end
+ ).
tuple(A) ->
gleam__stdlib:decode_tuple(A).