mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-12-22 08:15:08 +00:00
Fix missing new lines at EOF
This commit is contained in:
parent
85b60f7cb6
commit
0bfdf85389
2 changed files with 1 additions and 2 deletions
|
@ -50,4 +50,4 @@ class NukkitPlugin : PlatformPlugin<NukkitPluginDescription>("Nukkit", "nukkit.y
|
|||
if (description.api?.isEmpty() != false) throw InvalidPluginDescriptionException("Nukkit API version is not set")
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,4 +104,3 @@ class NukkitPluginDescription(project: Project) : Serializable {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue