diff --git a/cirq-web/cirq_web/circuits/circuit.py b/cirq-web/cirq_web/circuits/circuit.py index 3db280e6ef5..55e99f76167 100644 --- a/cirq-web/cirq_web/circuits/circuit.py +++ b/cirq-web/cirq_web/circuits/circuit.py @@ -58,8 +58,14 @@ def get_client_code(self) -> str: self.serialized_circuit = self._serialize_circuit() return f""" - - +