From 3870a3969d2e5f1d472778f260568d0cab12b75b Mon Sep 17 00:00:00 2001 From: Tanuj Khattar Date: Fri, 29 Sep 2023 17:16:17 -0700 Subject: [PATCH] Removing trailing whitespace --- qualtran/cirq_interop/_bloq_to_cirq_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qualtran/cirq_interop/_bloq_to_cirq_test.py b/qualtran/cirq_interop/_bloq_to_cirq_test.py index 6eae91e40..b6cb15b2d 100644 --- a/qualtran/cirq_interop/_bloq_to_cirq_test.py +++ b/qualtran/cirq_interop/_bloq_to_cirq_test.py @@ -258,7 +258,7 @@ def test_bloq_as_cirq_gate_for_mod_exp(): │ │ │ │ │ x0: ──────────x──────────|1>───x────────────x────────────x────────────x──────────── │ │ │ │ │ │ -x1: ──────────x──────────val───x────────────x────────────x────────────x──────────── +x1: ──────────x──────────val───x────────────x────────────x────────────x──────────── ''', ) # Alternatively, decompose the Bloq and then convert the composite Bloq to a Cirq circuit.