chore(app): format constructor

This commit is contained in:
2026-03-01 02:48:19 +03:00
parent 96700f4fa2
commit 2a1ee293af

View File

@@ -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"