Skip to content

Commit

Permalink
remove emtpy line after accepting suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sola85 authored Nov 8, 2024
1 parent ad6571a commit 3371056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qbraid_qir/qasm3/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def _visit_external_gate_operation(self, operation: qasm3_ast.QuantumGate) -> No
op_parameters = self._get_op_parameters(operation)

if op_parameters is not None:

self._builder.call(qir_function, [*op_parameters, *op_qubits])
else:
self._builder.call(qir_function, op_qubits)
Expand Down

0 comments on commit 3371056

Please sign in to comment.