Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
Trailing whitespace
  • Loading branch information
iluvcapra committed Apr 12, 2024
1 parent 29bc66b commit b55eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptsl/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _primitive_register_connection(self, company_name: str,

req_json = json_format.MessageToJson(
req,
including_default_value_fields=True,
including_default_value_fields=True,
preserving_proto_field_name=True)

response = self._send_sync_request(pt.RegisterConnection,
Expand Down

0 comments on commit b55eda4

Please sign in to comment.