diff --git a/yaqd_mks/_mks_multigas_2030.py b/yaqd_mks/_mks_multigas_2030.py
index f31de9e..f0b5902 100644
--- a/yaqd_mks/_mks_multigas_2030.py
+++ b/yaqd_mks/_mks_multigas_2030.py
@@ -37,7 +37,7 @@ async def _measure(self):
await asyncio.sleep(10)
async def poll_gas_names(self):
- while True:
+ while True:
print("POLLING GAS NAMES")
inner = [f"" for n in range(self._ngasses)]
payload = f" {inner}"
@@ -48,7 +48,7 @@ async def poll_gas_names(self):
async def unpack_response(self, response):
if response.status == 200:
print(await response.text())
-
+
async def update_state(self):
"""Continually monitor and update the current daemon state."""
# If there is no state to monitor continuously, delete this function