From c3be00d7c1a869c94236887bc539af4998e64cd2 Mon Sep 17 00:00:00 2001 From: Peter Saxton Date: Fri, 29 May 2020 08:51:49 +0100 Subject: formatter --- src/gleam/binary.gleam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/binary.gleam b/src/gleam/binary.gleam index 7ce8c3e..c83b5e1 100644 --- a/src/gleam/binary.gleam +++ b/src/gleam/binary.gleam @@ -18,7 +18,8 @@ pub external fn byte_size(Binary) -> Int = /// > append(to: "butter", suffix: "fly") /// "butterfly" /// -pub external fn append(first: Binary, second: Binary) -> Binary = "binary_native" "append" +pub external fn append(first: Binary, second: Binary) -> Binary = + "binary_native" "append" /// Extracts part of a binary. /// -- cgit v1.2.3