Skip to content

Commit dcbaecf

Browse files
ADD: Codeformat
1 parent 55962c6 commit dcbaecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FPC_Understand.lpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
Begin
3333
RequireDerivedFormResource := True;
34-
Application.Scaled:=True;
34+
Application.Scaled := True;
3535
Application.Initialize;
3636
Application.CreateForm(TForm1, Form1);
3737
Application.CreateForm(TForm2, Form2);

0 commit comments

Comments
 (0)