Skip to content

Commit 06e46f9

Browse files
authored
fix syntax error (#37)
1 parent 92cc083 commit 06e46f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void RunSimulation() {
4242
var env = new Simulation(randomSeed: 42);
4343
var server = new Resource(env, capacity: 1) {
4444
QueueLength = new TimeSeriesMonitor(env, collect: true)
45-
}
45+
};
4646
env.Process(MM1Q(env, server));
4747
env.Run(SIMULATION_TIME);
4848
Console.WriteLine(server.QueueLength.Summarize());

0 commit comments

Comments
 (0)