Skip to content

Commit 7ee733e

Browse files
committed
spacing
1 parent 1105582 commit 7ee733e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/qasm2/emit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class EmitQASM2Main(EmitQASM2Base[ast.Statement, ast.MainProgram]):
2222
def initialize(self) -> Self:
2323
super().initialize()
2424
return self
25-
25+
2626
def eval_fallback(self, frame: EmitQASM2Frame, node: ir.Statement):
2727
return tuple(None for _ in range(len(node.results)))
2828

0 commit comments

Comments
 (0)