chore: format code

This commit is contained in:
2024-10-07 12:47:10 +08:00
parent c6f1bf9629
commit 63c1de608d
1 file changed
+2 -2
@@ -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 {