chore: format code

This commit is contained in:
2024-10-08 17:19:54 +08:00
parent 9ff4f03b24
commit a80cbdcb1a
1 file changed
+1 -1
@@ -47,4 +47,4 @@ fun Int.formatToMinutes(): String {
return "$minutes:${if (remainingSeconds < 10) "0" else ""}$remainingSeconds"
}
val String.proxy: String get() = this.replace("https://", "https://proxy.rtast.cn/https/")
val String.proxy get() = this.replace("https://", "https://proxy.rtast.cn/https/")