Skip to content

Commit 21a9f3f

Browse files
authored
Apply suggestion from @math-fehr
1 parent 3c198c0 commit 21a9f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdsl_smt/dialects/smt_floatingpoint_dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self):
5757
super().__init__()
5858

5959
def print_sort_to_smtlib(self, stream: IO[str]) -> None:
60-
print(f"RoundingMode")
60+
print(f"RoundingMode", file=stream, end="")
6161

6262

6363
class RunningModeConstantOp(IRDLOperation, Pure, SMTLibOp):

0 commit comments

Comments
 (0)