Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Jan 31, 2024
1 parent 3f61e22 commit 138abd5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ class Schema {
classInfo.neo4jName() ?: classInfo.underlyingClass.simpleName]
?: setOf()
}
?.toSet()
?: setOf()
?.toSet() ?: setOf()
)
}
}
Expand Down

0 comments on commit 138abd5

Please sign in to comment.