chore: format code

This commit is contained in:
2024-09-25 14:48:59 +08:00
parent ddad36b28d
commit ae5f60df41
1 file changed
+3 -3
+3 -3
View File
@@ -75,6 +75,8 @@ val items = listOf(
SetuItem()
)
val START_UP_TIME = Instant.now().epochSecond
val commands = listOf(
EchoCommand(), JrrpCommand(),
RedeemCommand(), HitokotoCommand(),
@@ -100,6 +102,4 @@ val commands = listOf(
BankTransferCommand(), CreateBankAccountCommand(),
BankBalanceCommand(), DepositCommand(),
DMSearchCommand(), LlamaCommand()
)
val START_UP_TIME = Instant.now().epochSecond
)