Skip to content

Commit

Permalink
#39 Added comma between output events in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Green committed Jan 19, 2014
1 parent c324c59 commit 8a53bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Procon.Core/Events/EventsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public class EventsController : CoreController, ISharedReferenceAccess {

foreach (var @event in eventHourlyGroup) {
serializer.Serialize(writer, @event);
writer.WriteLine(",");
}
}
}
Expand Down

0 comments on commit 8a53bbf

Please sign in to comment.