mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 14:57:02 +05:30
Cleanup formatting
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9f32f3a025
commit
204e8d1b2b
6 changed files with 3 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue