From 3f89c9ac3512a08a2873a3eb55efc23c430153ae Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 19 Apr 2024 12:18:22 +0100 Subject: Format --- src/content/chapter4_standard_library/lesson02_result_module/code.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter4_standard_library/lesson02_result_module/code.gleam') diff --git a/src/content/chapter4_standard_library/lesson02_result_module/code.gleam b/src/content/chapter4_standard_library/lesson02_result_module/code.gleam index 8772788..ec7039b 100644 --- a/src/content/chapter4_standard_library/lesson02_result_module/code.gleam +++ b/src/content/chapter4_standard_library/lesson02_result_module/code.gleam @@ -1,5 +1,5 @@ -import gleam/io import gleam/int +import gleam/io import gleam/result pub fn main() { -- cgit v1.2.3