Skip to content

Commit 4789aee

Browse files
committed
Misc. spacing
1 parent d304b96 commit 4789aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Test/UJSFilterTests.pas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ procedure TJSFilterTests.SetUp;
8080
FJSFilter.CodeGenPostfix:='';
8181
FJSFilter.Compiler := FJSCompiler;
8282

83-
FHtmlFilter := TdwsHtmlFilter.Create(nil);
83+
FHtmlFilter := TdwsHtmlFilter.Create(nil);
8484
FHtmlFilter.PatternOpen:='<?pas';
8585
FHtmlFilter.PatternClose:='?>';
8686
FHtmlFilter.SubFilter:=FJSFilter;
@@ -90,8 +90,8 @@ procedure TJSFilterTests.SetUp;
9090

9191
FMainCompiler.Config.Filter := FHtmlFilter;
9292

93-
FASMModule:=TdwsJSLibModule.Create(nil);
94-
FASMModule.Script:=FJSCompiler;
93+
FASMModule := TdwsJSLibModule.Create(nil);
94+
FASMModule.Script := FJSCompiler;
9595

9696
if FChromium = nil then
9797
FChromium := CreateTestChromium;

0 commit comments

Comments
 (0)