Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedellagiustina committed Jan 11, 2024
1 parent b2b43a2 commit 2656316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/grover_search_known_m.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def tab(lines: str, striplines: bool = False) -> str:


if __name__ == '__main__':
print(f'ASP program:\n{tab(PRGM.strip(), striplines = True)}\n')
print(f'ASP program:\n{tab(PRGM.strip(), striplines=True)}\n')
pause()

# Program parameters
Expand Down

0 comments on commit 2656316

Please sign in to comment.