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