Skip to content

Commit 1ca7973

Browse files
committed
Correct line endings
Also ensure every file ends with a new line for consistency
1 parent 9ecbea6 commit 1ca7973

File tree

86 files changed

+4904
-4904
lines changed

Some content is hidden

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

86 files changed

+4904
-4904
lines changed

modules/API/src/main/java/com/comphenix/protocol/AsynchronousManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ public interface AsynchronousManager {
152152
* @return Set of every asynchronous packet listener.
153153
*/
154154
public abstract Set<PacketListener> getAsyncHandlers();
155-
}
155+
}

modules/API/src/main/java/com/comphenix/protocol/PacketType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,4 +1082,4 @@ public String toString() {
10821082
else
10831083
return clazz.getSimpleName() + "[" + currentId + ", legacy: " + legacyId + "]";
10841084
}
1085-
}
1085+
}

0 commit comments

Comments
 (0)