Skip to content

Commit e4140d5

Browse files
committed
format
1 parent c10a7e6 commit e4140d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,4 +1348,4 @@ def _on_rpc_done(self, future: Any) -> None:
13481348
name=_RPC_ERROR_THREAD_NAME, target=self._shutdown, kwargs={"reason": error}
13491349
)
13501350
thread.daemon = True
1351-
thread.start()
1351+
thread.start()

0 commit comments

Comments
 (0)