chore: format code
This commit is contained in:
1 file changed
+3
-3
@@ -75,6 +75,8 @@ val items = listOf(
|
|||||||
SetuItem()
|
SetuItem()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
val START_UP_TIME = Instant.now().epochSecond
|
||||||
|
|
||||||
val commands = listOf(
|
val commands = listOf(
|
||||||
EchoCommand(), JrrpCommand(),
|
EchoCommand(), JrrpCommand(),
|
||||||
RedeemCommand(), HitokotoCommand(),
|
RedeemCommand(), HitokotoCommand(),
|
||||||
@@ -101,5 +103,3 @@ val commands = listOf(
|
|||||||
BankBalanceCommand(), DepositCommand(),
|
BankBalanceCommand(), DepositCommand(),
|
||||||
DMSearchCommand(), LlamaCommand()
|
DMSearchCommand(), LlamaCommand()
|
||||||
)
|
)
|
||||||
|
|
||||||
val START_UP_TIME = Instant.now().epochSecond
|
|
||||||
Reference in New Issue
Block a user