Skip to content

Commit

Permalink
Add terminating newline (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Mar 26, 2024
1 parent 2a0595b commit 94c30ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/stablehlo_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def main():
return add

assert main.func_op.verify()
print(str(module))
print(str(module))

0 comments on commit 94c30ae

Please sign in to comment.