chore(app): format constructor
This commit is contained in:
@@ -3,7 +3,9 @@ package command.commands
|
||||
import command.CommandHandler
|
||||
import io.IOHandler
|
||||
|
||||
class Add(private val io: IOHandler) : CommandHandler {
|
||||
class Add(
|
||||
private val io: IOHandler,
|
||||
) : CommandHandler {
|
||||
override val name = "add"
|
||||
override val description = "add product"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user