From 63c1de608d1343672062e4f057d7ed83df85cc58 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 7 Oct 2024 12:47:10 +0800 Subject: [PATCH] chore: format code --- .../kotlin/cn/rtast/fancybot/commands/parse/BVParseCommand.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/parse/BVParseCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/parse/BVParseCommand.kt index e2fb665..10f6fe1 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/parse/BVParseCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/parse/BVParseCommand.kt @@ -55,8 +55,8 @@ object BVParseCommand { private const val CANVAS_HEIGHT = 600 private const val BASE = 58 private const val DATA = "FcwAPNKTMug3GV5Lj7EJnHpWsx4tb8haYeviqBz6rkCy12mUSDQX9RdoZf" - private val XOR_CODE: BigInteger = BigInteger.valueOf(23442827791579L) - private val MAX_AID: BigInteger = BigInteger.ONE.shiftLeft(51) + private val XOR_CODE = BigInteger.valueOf(23442827791579L) + private val MAX_AID = BigInteger.ONE.shiftLeft(51) private val tempOkHttpClient = OkHttpClient() private fun generateShortUrl(bvid: String, oid: Long): String {