Skip to content

Commit ef03f09

Browse files
committed
Distributed power: fix typo in usings
1 parent 26bd936 commit ef03f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/RunActivity/Viewer3D/RollingStock/SubSystems/DistributedPowerInterface.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
using System;
2727
using System.Collections.Generic;
2828
using System.Linq;
29-
using static Orts.Viewer3D.RollingStock.SubSystems.DistributedPowerInterface;
29+
using static Orts.Viewer3D.RollingStock.Subsystems.DistributedPowerInterface;
3030

31-
namespace Orts.Viewer3D.RollingStock.SubSystems
31+
namespace Orts.Viewer3D.RollingStock.Subsystems
3232
{
3333
public class DistributedPowerInterface
3434
{

0 commit comments

Comments
 (0)