Cleanup formatting

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-18 22:47:51 +05:30
parent 9f32f3a025
commit 204e8d1b2b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,7 @@ package dev.msfjarvis.lobsters.api
import java.io.File
object TestUtils {
fun getJson(path : String) : String {
fun getJson(path: String): String {
// Load the JSON response
val uri = javaClass.classLoader.getResource(path)
val file = File(uri.path)