cli blank line added to readability
This commit is contained in:
parent
b0e4aa8eff
commit
dd47d7adb4
@ -75,6 +75,7 @@ class EdgeCli(object):
|
|||||||
|
|
||||||
def start(self) -> None:
|
def start(self) -> None:
|
||||||
self.edge.calculate()
|
self.edge.calculate()
|
||||||
|
print('') # blank like 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