Commit f7bbd54f by Bjorn Neergaard

fix: trailing whitespace in test file

The `debug resolve` had an extra row included in its table, adding extra
whitespace. Also, remove a list that is discarded immediately.
parent 7cb5ea06
......@@ -108,7 +108,7 @@ class DebugResolveCommand(InitCommand):
return 0
table = self.table([], style="compact")
table = self.table(style="compact")
table.style.set_vertical_border_chars("", " ")
rows = []
......@@ -133,7 +133,6 @@ class DebugResolveCommand(InitCommand):
row = [
"<c1>{}</c1>".format(pkg.complete_name),
"<b>{}</b>".format(pkg.version),
"",
]
if not pkg.marker.is_any():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment