Skip to content

Commit 03b831b

Browse files
committed
TTPool.cs quality improvements
1 parent 13252f9 commit 03b831b

File tree

2 files changed

+203
-241
lines changed

2 files changed

+203
-241
lines changed

Source/Orts.Simulation/Simulation/Timetables/PoolInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Dictionary<string, TimetablePool> ProcessPools(string[] arguments, Cancel
9393
pools.Add(newPool.PoolName, newPool);
9494
}
9595
}
96-
break
96+
break;
9797
default:
9898
if (!String.IsNullOrEmpty(poolInfo.Strings[lineindex][0]))
9999
{

0 commit comments

Comments
 (0)