Skip to content

Commit

Permalink
Corrected comments in merge request
Browse files Browse the repository at this point in the history
  • Loading branch information
a.usenko authored and anti-social committed May 2, 2023
1 parent 89f7801 commit 055c5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ data class HasChild(
val ignoreUnmapped: Boolean? = null
) : QueryExpression {

override val name: String
get() = "has_child"
override val name: String = "has_child"

override fun clone(): QueryExpression = copy()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ data class HasParent(
val ignoreUnmapped: Boolean? = null
) : QueryExpression {

override val name: String
get() = "has_parent"
override val name: String = "has_parent"

override fun clone(): QueryExpression = copy()

Expand Down

0 comments on commit 055c5ec

Please sign in to comment.