Skip to content

Commit fe62710

Browse files
inoaslpil
authored andcommitted
gleam format on gleam nightly
1 parent 3e8a8f8 commit fe62710

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gleam/map.gleam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ 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(key, value)
22+
pub external type Map(
23+
key,
24+
value,
25+
)
2326

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

0 commit comments

Comments
 (0)