From 91019f9a0b31669b181d1d6aaff4103d5cc424f9 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 14 Oct 2022 11:09:49 +0100 Subject: Format --- src/gleam/map.gleam | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/gleam/map.gleam b/src/gleam/map.gleam index 58afd8c..6c25a7c 100644 --- a/src/gleam/map.gleam +++ b/src/gleam/map.gleam @@ -19,10 +19,7 @@ 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