From 1fbc8bd28c4400b3610aa58633737a4b142f22bf Mon Sep 17 00:00:00 2001 From: Lukasz Czajka Date: Mon, 18 Dec 2023 18:30:50 +0100 Subject: [PATCH] fix format --- tests/positive/Format.juvix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/positive/Format.juvix b/tests/positive/Format.juvix index ae634e38a1..0aee60b3bf 100644 --- a/tests/positive/Format.juvix +++ b/tests/positive/Format.juvix @@ -4,8 +4,8 @@ Format; ------------ many --- in comment -import -- Import a module of name: -Stdlib.Prelude open -- Bring all names into scope but.. +import Stdlib.Prelude -- Import a module of name: +open -- Bring all names into scope but.. hiding -- Hide some names {-- like this ,; -- don't want , here