Skip to content

Commit

Permalink
Dynamic sessions: whitespace fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
martinadams committed May 19, 2015
1 parent aaacb04 commit 43b73f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QuickFIXn/AbstractInitiator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public abstract class AbstractInitiator : IInitiator
private ILogFactory _logFactory = null;
private IMessageFactory _msgFactory = null;


private object sync_ = new object();
private bool _disposed = false;
private Dictionary<SessionID, Session> sessions_ = new Dictionary<SessionID, Session>();
Expand Down

0 comments on commit 43b73f6

Please sign in to comment.