chore: format code
This commit is contained in:
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/")
|
||||
Reference in New Issue
Block a user