We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a41ca commit ec2f6a6Copy full SHA for ec2f6a6
src/main/kotlin/me/lightless/izumi/plugin/command/impl/ColorImage.kt
@@ -25,7 +25,7 @@ import java.util.*
25
26
@KtorExperimentalAPI
27
@Suppress("unused", "ConvertSecondaryConstructorToPrimary")
28
-class ColorImage() : ICommand {
+class ColorImage : ICommand {
29
override val commandName: String
30
get() = "color_image"
31
override val logger: Logger
src/main/kotlin/me/lightless/izumi/plugin/command/impl/Help.kt
@@ -8,7 +8,7 @@ import org.slf4j.Logger
8
import org.slf4j.LoggerFactory
9
10
@Suppress("unused")
11
-class Help:ICommand {
+class Help : ICommand {
12
13
get() = "help"
14
@@ -43,5 +43,4 @@ class Help:ICommand {
43
}
44
45
46
-
47
0 commit comments