File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ reactor InconsistentGridManager(node_id: int = 1) {
9696// ------------------------------------------------------------
9797federated reactor {
9898 gi1 = new GridInterface(id=1, node_name="California")
99- gi2 = new GridInterface(id=2, node_name= "New York")
99+ gi2 = new GridInterface(id=2, node_name = "New York")
100100 gm1 = new InconsistentGridManager(node_id=1)
101101 gm2 = new InconsistentGridManager(node_id=2)
102102
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ reactor GridManager {
112112// ------------------------------------------------------------
113113federated reactor {
114114 gi1 = new GridInterface(id=1, node_name="California")
115- gi2 = new GridInterface(id=2, node_name= "New York")
115+ gi2 = new GridInterface(id=2, node_name = "New York")
116116
117117 // maxwait: physical time to wait before assuming no more messages will
118118 // arrive at a given logical time or earlier. A tardy message is one that
You can’t perform that action at this time.
0 commit comments