From d762bbc05694000c20f8cc5dcd2a4a26fc09d4dc Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 28 Jan 2023 00:21:49 -0800 Subject: [PATCH] Fix newlines! --- .../kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt | 2 +- .../pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt | 2 +- .../chaos/modules/TeleportAllEntitiesNearestPlayer.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt index cf3ef83..7a5f20e 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt @@ -27,4 +27,4 @@ class ChaosToggleCommand : CommandExecutor { } return true } -} \ No newline at end of file +} diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt index df2b4c0..a1b2d36 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt @@ -18,4 +18,4 @@ class NearestPlayerEntitySpawn(val plugin: Plugin) : ChaosModule { } } } -} \ No newline at end of file +} diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt index ec0a096..2bcdfff 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt @@ -17,4 +17,4 @@ class TeleportAllEntitiesNearestPlayer(val plugin: Plugin) : ChaosModule { } } } -} \ No newline at end of file +}