Fix kotlin code style issues

This commit is contained in:
Gary Tierney
2018-09-04 04:43:34 +01:00
parent b6086d57b8
commit 475c7ac741
89 changed files with 338 additions and 435 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ package org.apollo.game.plugin.skill.runecrafting
import org.apollo.game.plugin.skill.runecrafting.Altar.*
interface Rune {
/**
* The item id of the rune.
@@ -29,7 +28,7 @@ interface Rune {
*
* [playerLevel] - The players current runecrafting level.
*/
fun getBonusMultiplier(playerLevel: Int) : Double
fun getBonusMultiplier(playerLevel: Int): Double
}
enum class DefaultRune(