Skip to content

Commit 91019f9

Browse files
committed
Format
1 parent 64b810d commit 91019f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/gleam/map.gleam

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ if javascript {
1919
/// See [the Erlang map module](https://erlang.org/doc/man/maps.html) for more
2020
/// information.
2121
///
22-
pub external type Map(
23-
key,
24-
value,
25-
)
22+
pub external type Map(key, value)
2623

2724
/// Determines the number of key-value pairs in the map.
2825
/// This function runs in constant time and does not need to iterate the map.

0 commit comments

Comments
 (0)