From b952b1ef9fa5df94f6561f6d464a2125a99bf502 Mon Sep 17 00:00:00 2001 From: DCM <53174718+dcm@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:59:03 -0500 Subject: [PATCH] Update test.pas formatting fails without this change --- test.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.pas b/test.pas index 4d88f6d..1387680 100644 --- a/test.pas +++ b/test.pas @@ -35,7 +35,7 @@ function myFunction(aParam: string var inline_var_decl5, inline_var_decl6 := 888; var inline_var_decl2_string, inline_var_decl3_string: string := 'this is a string'; - const inline_const := 999; + const inline_const = 999; for var currentField in fieldList do begin