Skip to content

Commit

Permalink
Another round for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Jul 8, 2024
1 parent 7c9590c commit 083847d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,10 +739,10 @@ class SyncedRealmTests {
Realm.open(config).use { realm ->
realm.write {
val child = (
JsonStyleRealmObject().apply {
this.selector = selector
}
)
JsonStyleRealmObject().apply {
this.selector = selector
}
)
childId = child.id

parentId = copyToRealm(
Expand Down

0 comments on commit 083847d

Please sign in to comment.