Kaynağa Gözat

* Cosmetic change

Michael Van Canneyt 9 ay önce
ebeveyn
işleme
7cd8b6e74d
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      packages/wasi/src/wasiworkerthreadhost.pas

+ 0 - 1
packages/wasi/src/wasiworkerthreadhost.pas

@@ -729,7 +729,6 @@ begin
   TH:=TWASIThreadHost.Create(Self);
   TH.OnConsoleWrite:=@HandleConsoleWrite;
   FThreadSupport:=CreateWorkerThreadSupport(TH.WasiEnvironment);
-
   FThreadSupport.OnSendCommand:=@DoOnSendCommand;
   TH.ThreadSupport:=FThreadSupport; // Sets FThreadSupport.host
   Result:=TH;