Removing trailing whitepace

This commit is contained in:
Russell-S-Harper 2024-08-20 10:42:14 -04:00
parent ba7e9b0dfb
commit ad0df29261

View File

@ -37,7 +37,7 @@ END(UNIT_TESTS)
RDT(_) RDT(_)
; Preset constants ; 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') DEF(O_FIBONACCI, 'FIBONACCI: \eD0 \eD1\n')
END(_) END(_)