Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Kaufmann committed Mar 4, 2024
1 parent 4a390ff commit bd51752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/ls/jooq/execute/RecordMutators.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ suspend fun <R : UpdatableRecord<R>> DSLContext.insertAndRefreshRecord(record: U
val inserted = insert(record).returning().awaitFirst()
record.from(inserted)
return record
}
}

0 comments on commit bd51752

Please sign in to comment.