Fixed formatting

This commit is contained in:
lukew3
2021-10-17 12:20:26 -04:00
parent 50ef0ec6b4
commit 739d24b8fc
6 changed files with 148 additions and 131 deletions

View File

@@ -56,6 +56,7 @@ def write_table_of_contents():
def gen_to_row_string(item):
myGen = item[2]
# NOTE: renamed 'sol' to 'solu' to make it look nicer
print(f"Generating sample for {item[0]}")
prob, solu = myGen()
prob = str(prob).rstrip("\n")
solu = str(solu).rstrip("\n")