mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-12 04:05:40 +00:00
style: スタイルを修正
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user