From 94c30ae65e70b4f0ae2322e35ee930762f46526d Mon Sep 17 00:00:00 2001 From: Gunhyun Park Date: Tue, 26 Mar 2024 09:01:23 -0700 Subject: [PATCH] Add terminating newline (#2126) --- examples/python/stablehlo_add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/stablehlo_add.py b/examples/python/stablehlo_add.py index 87bb221284..f92180b729 100644 --- a/examples/python/stablehlo_add.py +++ b/examples/python/stablehlo_add.py @@ -34,4 +34,4 @@ def main(): return add assert main.func_op.verify() -print(str(module)) \ No newline at end of file +print(str(module))