Skip to content

Commit 76d9d29

Browse files
Normalize whitespace and formatting in protocol files
This commit standardizes whitespace, indentation, and line endings across multiple protocol and response files. No functional changes were made; the update improves code readability and consistency.
1 parent b72153b commit 76d9d29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+842
-899
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
class ServerNotFoundException(Exception):
2-
pass
2+
pass

opengsq/protocols/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
from opengsq.protocols.vcmp import Vcmp
4545
from opengsq.protocols.w40kdow import W40kDow
4646
from opengsq.protocols.warcraft3 import Warcraft3
47-
from opengsq.protocols.won import WON
47+
from opengsq.protocols.won import WON

0 commit comments

Comments
 (0)