Skip to content

Commit 60e9abe

Browse files
committed
Fix checkstyle
1 parent 7863069 commit 60e9abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/laytonsmith/core/events/drivers/EntityEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ public String docs() {
23982398
+ " {id: The entityID of the entity | type: The entity type of the entity"
23992399
+ " | reason: The reason the leash broke. Can be one of HOLDER_GONE, PLAYER_UNLEASH, DISTANCE,"
24002400
+ " LEASHED_GONE (Paper-only 26.1.2+), SHEAR (Spigot-only 1.21.6+), FIREWORK (Spigot-only 1.21.6+),"
2401-
+" UNKNOWN}"
2401+
+ " UNKNOWN}"
24022402
+ " {}";
24032403
}
24042404

0 commit comments

Comments
 (0)