Skip to content

Commit 7421c9c

Browse files
authored
Merge pull request #7 from yml-org/fix-detekt-issue
Fix detekt issue
2 parents cdf1596 + 550ce8d commit 7421c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-gpt/src/commonMain/kotlin/co/yml/ychatgpt/data/api/impl/ChatGptApiImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ internal class ChatGptApiImpl(private val apiExecutor: ApiExecutor) : ChatGptApi
1616
.setBody(paramsDto)
1717
.execute()
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)