Skip to content

Commit

Permalink
#234 Fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzhang6222 committed May 24, 2020
1 parent 82837d6 commit bf5e66e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rel/value_set_array.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,7 @@ func (a Array) Kind() int {

// IsTrue returns true if the tuple has attributes.
func (a Array) IsTrue() bool {
<<<<<<< HEAD
return len(a.values) > 0
=======
return a.count > 0
>>>>>>> master
}

// Less returns true iff v is not a number or tuple, or v is a tuple and t
Expand Down

0 comments on commit bf5e66e

Please sign in to comment.