aftermath of adding kotlinter to all modules
This commit is contained in:
@@ -440,7 +440,6 @@ class LocalSource : HttpSource() {
|
||||
private object FileSystemInterceptor : Interceptor {
|
||||
fun fakeUrlFrom(path: String): String = "http://$path"
|
||||
|
||||
|
||||
private fun restoreFilePath(url: String): String {
|
||||
val path = URLDecoder.decode(url.replaceFirst("http://", ""), "UTF-8")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user