Skip to content

Commit 895f0aa

Browse files
committed
refactor: adjust code formatting
1 parent 80a6938 commit 895f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ychat/src/commonTest/kotlin/infrastructure/MockStorage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ object MockStorage {
1414
"\"choices\":[{\"message\":{\"role\":\"assistant\",\"content\":\"$text\"}," +
1515
"\"finish_reason\":\"stop\",\"index\":0}]}"
1616

17-
fun imageGenerationsSuccessResult(text: String) ="{\"created\":1678805561,\"data\":[{\"url\":\"https://testlink.com/image-test.jps\"}]}"
17+
fun imageGenerationsSuccessResult(text: String) = "{\"created\":1678805561,\"data\":[{\"url\":\"https://testlink.com/image-test.jps\"}]}"
1818
}

0 commit comments

Comments
 (0)