mirror of https://github.com/usbharu/Hideout.git
style: スタイルを修正
This commit is contained in:
parent
dfa3bb74fb
commit
a99f7036fa
|
@ -25,7 +25,6 @@ class PostRepositoryImpl(database: Database, private val idGenerateService: IdGe
|
|||
suspend fun <T> query(block: suspend () -> T): T =
|
||||
newSuspendedTransaction(Dispatchers.IO) { block() }
|
||||
|
||||
|
||||
override suspend fun save(post: Post): Post {
|
||||
return query {
|
||||
Posts.insert {
|
||||
|
|
Loading…
Reference in New Issue