Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(service): styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 26, 2019
1 parent 9ad7448 commit 8b7c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/service/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def send_ctrl_message(address: str, msg: 'gnes_pb2.Message', timeout: int):
pass
finally:
sock.close()
return r
return r


class ServiceManager:
Expand Down

0 comments on commit 8b7c5ae

Please sign in to comment.