Skip to content

Commit aab0a85

Browse files
committed
Format code
1 parent edcce82 commit aab0a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bumble/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ async def reset(self, driver_factory=drivers.get_driver_for_host) -> None:
346346
# Send a reset command unless a driver has already done so.
347347
if reset_needed:
348348
await self.send_sync_command(hci.HCI_Reset_Command())
349-
349+
350350
self.ready = True
351351

352352
response1 = await self.send_sync_command(

0 commit comments

Comments
 (0)