From ad0df29261514f3db7df5cb9c7bfac2b834bb1c3 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Tue, 20 Aug 2024 10:42:14 -0400 Subject: [PATCH] Removing trailing whitepace --- common/working.cmn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/working.cmn b/common/working.cmn index 23586e9..6244d22 100644 --- a/common/working.cmn +++ b/common/working.cmn @@ -37,7 +37,7 @@ END(UNIT_TESTS) RDT(_) ; Preset constants - ; Output D format: decimal, leading sign for negative, no padding, no thousands separators, period for decimal, three decimal places + ; Output D format: decimal, leading sign for negative, no padding, no thousands separators, period for decimal, three decimal places DEF(O_FIBONACCI, 'FIBONACCI: \eD0 \eD1\n') END(_)