Skip to content

Commit d887eb9

Browse files
committed
fixing formatting from PR check again
1 parent c00cf96 commit d887eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/ops/common_gates_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ def test_x_y_z_clifford_protocols(
13871387
'gate_cls, qubit_range', ((cirq.CZPowGate, 2), (cirq.CXPowGate, 2), (cirq.HPowGate, 1))
13881388
)
13891389
@pytest.mark.parametrize(
1390-
'exponent, is_clifford', ((0, True), (0.5, False), (1, True), (-1.5, False)),
1390+
'exponent, is_clifford', ((0, True), (0.5, False), (1, True), (-1.5, False))
13911391
)
13921392
def test_cx_h_cz_clifford_protocols(
13931393
gate_cls: type[cirq.EigenGate], qubit_range: int, exponent: float, is_clifford: bool

0 commit comments

Comments
 (0)