Skip to content

Commit 5a52fde

Browse files
authored
Remove unused whitespace (#229)
1 parent 29c5e95 commit 5a52fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/providers/test_adapter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def test_conditional_gate_with_if_test(self):
900900
qc.h(0)
901901
qc.h(1)
902902
qc.measure(qr, cr)
903-
903+
904904
with qc.if_test((cr, 3)):
905905
qc.x(0)
906906

@@ -917,7 +917,7 @@ def test_conditional_gate_with_while_loop(self):
917917
qc = QuantumCircuit(qr, cr)
918918
qc.h(0)
919919
qc.measure(0, 0)
920-
920+
921921
with qc.while_loop((cr, 1)):
922922
qc.x(0)
923923
qc.measure(0, 0)

0 commit comments

Comments
 (0)