Skip to content

Commit cad2666

Browse files
committed
fix: Delphi baseline output
1 parent 56aabef commit cad2666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baseline/Common/baseline.delphi.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ procedure TBaseline.Generate;
207207
end;
208208
{$ENDIF}
209209
{$IFDEF RELEASE}
210-
WriteLn ('{' + strTemp + '}' + #10);
210+
Write ('{' + strTemp + '}' + #10);
211211
{$ENDIF}
212212
end;
213213

0 commit comments

Comments
 (0)