Skip to content

Commit a76c45b

Browse files
committed
Improve code style
1 parent a0bd9ec commit a76c45b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Orts.Simulation/Common/Commands.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,9 +1589,7 @@ public ContinuousSteamBoosterCommand(CommandLog log, int injector, bool toState,
15891589
public override void Redo()
15901590
{
15911591
if (Receiver == null) return;
1592-
{
15931592
Receiver.SteamBoosterChangeTo(ToState, Target);
1594-
}
15951593
// Report();
15961594
}
15971595
}

0 commit comments

Comments
 (0)