Skip to content

Commit a21b469

Browse files
committed
Fix formatting.
1 parent 3001e81 commit a21b469

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Step2_Inconsistency.lf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ reactor InconsistentGridManager(node_id: int = 1) {
9696
// ------------------------------------------------------------
9797
federated 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

src/Step3_Timestamps.lf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ reactor GridManager {
112112
// ------------------------------------------------------------
113113
federated 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

0 commit comments

Comments
 (0)