Skip to content

Commit ec2f6a6

Browse files
committed
format code
1 parent 06a41ca commit ec2f6a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/kotlin/me/lightless/izumi/plugin/command/impl/ColorImage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import java.util.*
2525

2626
@KtorExperimentalAPI
2727
@Suppress("unused", "ConvertSecondaryConstructorToPrimary")
28-
class ColorImage() : ICommand {
28+
class ColorImage : ICommand {
2929
override val commandName: String
3030
get() = "color_image"
3131
override val logger: Logger

src/main/kotlin/me/lightless/izumi/plugin/command/impl/Help.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.slf4j.Logger
88
import org.slf4j.LoggerFactory
99

1010
@Suppress("unused")
11-
class Help:ICommand {
11+
class Help : ICommand {
1212
override val commandName: String
1313
get() = "help"
1414
override val logger: Logger
@@ -43,5 +43,4 @@ class Help:ICommand {
4343
}
4444

4545

46-
4746
}

0 commit comments

Comments
 (0)