typo in comment fixed
This commit is contained in:
parent
2c9a519c5e
commit
406e266bb4
@ -75,7 +75,7 @@ class EdgeCli(object):
|
|||||||
def start(self) -> None:
|
def start(self) -> None:
|
||||||
result = self.edge.calculate()
|
result = self.edge.calculate()
|
||||||
if result:
|
if result:
|
||||||
print('') # blank like for readability
|
print('') # blank line for readability
|
||||||
print(self._generate_edge_table(self.edge._cached_pairs))
|
print(self._generate_edge_table(self.edge._cached_pairs))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user