Skip to content

Commit 55f9ddd

Browse files
committed
Correct indent
1 parent a76c45b commit 55f9ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Common/Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ public ContinuousSteamBoosterCommand(CommandLog log, int injector, bool toState,
15891589
public override void Redo()
15901590
{
15911591
if (Receiver == null) return;
1592-
Receiver.SteamBoosterChangeTo(ToState, Target);
1592+
Receiver.SteamBoosterChangeTo(ToState, Target);
15931593
// Report();
15941594
}
15951595
}

0 commit comments

Comments
 (0)