From fe6271001fe8d7458a284bfb5cc8ac2cdf6d93b3 Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 10 Oct 2022 12:03:21 +0200 Subject: gleam format on gleam nightly --- src/gleam/map.gleam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/map.gleam b/src/gleam/map.gleam index 6c25a7c..58afd8c 100644 --- a/src/gleam/map.gleam +++ b/src/gleam/map.gleam @@ -19,7 +19,10 @@ if javascript { /// See [the Erlang map module](https://erlang.org/doc/man/maps.html) for more /// information. /// -pub external type Map(key, value) +pub external type Map( + key, + value, +) /// Determines the number of key-value pairs in the map. /// This function runs in constant time and does not need to iterate the map. -- cgit v1.2.3