refactor: add trailing newlines
This commit is contained in:
parent
4dd63b7d1d
commit
388c3b1b75
19 changed files with 19 additions and 21 deletions
|
|
@ -4,4 +4,4 @@ import android.util.Log
|
|||
|
||||
actual fun log(tag: String, msg: String) {
|
||||
Log.i(tag, msg)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package moe.lava.banksia
|
||||
|
||||
expect fun log(tag: String, msg: String)
|
||||
expect fun log(tag: String, msg: String)
|
||||
|
|
|
|||
|
|
@ -55,4 +55,4 @@ class PtvService {
|
|||
val response: RouteResponse = client.get("routes").body()
|
||||
return response.routes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ package moe.lava.banksia
|
|||
|
||||
actual fun log(tag: String, msg: String) {
|
||||
println("[$tag] $msg")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue