chore: remove duplicated space

This commit is contained in:
ChillerDragon 2024-06-16 11:10:39 +08:00
parent 5291c403a0
commit 47b1459129

View file

@ -629,7 +629,7 @@ def match_connless{self.protocol_version}(msg_id: bytes, data: bytes) -> Connles
match_code += 'raise ValueError(\n'
match_code += ' '
match_code += 'f"Error: unknown connless ' \
' message id={msg_id!r} data={data[0]}"\n'
'message id={msg_id!r} data={data[0]}"\n'
match_code += ' )\n'
match_code += '\n'
match_code += ' msg.unpack(data)\n'