Fix missing new lines at EOF

This commit is contained in:
Minecrell 2018-07-24 14:53:20 +02:00
parent 85b60f7cb6
commit 0bfdf85389
2 changed files with 1 additions and 2 deletions

View File

@ -50,4 +50,4 @@ class NukkitPlugin : PlatformPlugin<NukkitPluginDescription>("Nukkit", "nukkit.y
if (description.api?.isEmpty() != false) throw InvalidPluginDescriptionException("Nukkit API version is not set")
}
}
}

View File

@ -104,4 +104,3 @@ class NukkitPluginDescription(project: Project) : Serializable {
}
}
}