From fee783aab82a0fd2914e3a3e3681be712600a040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sun, 15 Oct 2023 22:05:55 -0700 Subject: [PATCH] Four spaces to two in SNIPPET.txt --- docs/SNIPPET.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SNIPPET.txt b/docs/SNIPPET.txt index ddb36bc..991fe89 100644 --- a/docs/SNIPPET.txt +++ b/docs/SNIPPET.txt @@ -1,3 +1,3 @@ fun hello(name): - "Hello, " + name + "!" -end \ No newline at end of file + "Hello, " + name + "!" +end