phpstorm fixing EOF newlines that phpstorm screwed up

This commit is contained in:
Dylan K. Taylor 2020-05-04 13:46:20 +01:00
parent ba6fb87280
commit f0dfa45172
3 changed files with 3 additions and 3 deletions

View File

@ -54,4 +54,4 @@ class EntityLandSound implements Sound{
//TODO: does isBaby have any relevance here?
);
}
}
}

View File

@ -51,4 +51,4 @@ class EntityLongFallSound implements Sound{
//TODO: is isBaby relevant here?
);
}
}
}

View File

@ -50,4 +50,4 @@ class EntityShortFallSound implements Sound{
//TODO: does isBaby have any relevance here?
);
}
}
}