diff --git a/src/world/sound/EntityLandSound.php b/src/world/sound/EntityLandSound.php index 3de49758d..6e47329e1 100644 --- a/src/world/sound/EntityLandSound.php +++ b/src/world/sound/EntityLandSound.php @@ -54,4 +54,4 @@ class EntityLandSound implements Sound{ //TODO: does isBaby have any relevance here? ); } -} \ No newline at end of file +} diff --git a/src/world/sound/EntityLongFallSound.php b/src/world/sound/EntityLongFallSound.php index bef0286e7..907f4ac2f 100644 --- a/src/world/sound/EntityLongFallSound.php +++ b/src/world/sound/EntityLongFallSound.php @@ -51,4 +51,4 @@ class EntityLongFallSound implements Sound{ //TODO: is isBaby relevant here? ); } -} \ No newline at end of file +} diff --git a/src/world/sound/EntityShortFallSound.php b/src/world/sound/EntityShortFallSound.php index 3049f652b..130cecb43 100644 --- a/src/world/sound/EntityShortFallSound.php +++ b/src/world/sound/EntityShortFallSound.php @@ -50,4 +50,4 @@ class EntityShortFallSound implements Sound{ //TODO: does isBaby have any relevance here? ); } -} \ No newline at end of file +}