From 24ead0eb7855849b191f730f6cbe34d2d7338e99 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sat, 8 Apr 2023 23:22:31 -0500 Subject: [PATCH] design 5 --- commands/drawDesign.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index edf39c8..f67e5ab 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -226,7 +226,6 @@ function charIterate(input) { function design5(input) { let outputString = ""; let outputLine = ""; - input += " "; let radius = (input.length); let mid = radius; if (mid % 2 == 1) {