Skip to content

Commit a71cf50

Browse files
committed
fix space
1 parent e4dabf1 commit a71cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TbsCore/Tasks/LowLevel/UpgradeBuilding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ private async Task<bool> TryFastUpgrade(Account acc)
335335
await Task.Delay(AccountHelper.Delay(acc));
336336
}
337337

338-
while ( true)
338+
while (true)
339339
{
340340
acc.Wb.UpdateHtml();
341341
var node = acc.Wb.Html.GetElementbyId("videoFeature");

0 commit comments

Comments
 (0)