commit 982be656bde2fda5bc82a44f0aecf51e45c6387f
parent 7807165dbf8498542e2c428d4a6ebf570e78010a
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date: Wed, 10 Jul 2024 18:12:56 -0400
undo repeating lines change
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/f.go b/f.go
@@ -364,7 +364,6 @@ replForLoop:
switch {
case strings.TrimSpace(new_line_trimmed) == "": /* Empty line case */
- fmt.Println()
continue replForLoop
/* Parenthesis */
case len(words) == 2 && (words[0] == "*" || words[0] == "+" || words[0] == "-" || words[0] == "/") && words[1] == "(":