Merge pull request #80 from emirpasic/revert-79-revert-78-gofmt-2018-Jun-17-00-39

Revert "Revert "gofmt""
pull/81/head
Emir Pasic 6 years ago committed by GitHub
commit bba54c718c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,6 +110,7 @@ func (list *List) IndexOf(value interface{}) int{
}
return -1
}
// Empty returns true if list does not contain any elements.
func (list *List) Empty() bool {
return list.size == 0

@ -185,6 +185,7 @@ func (list *List) IndexOf(value interface{}) int {
}
return -1
}
// Empty returns true if list does not contain any elements.
func (list *List) Empty() bool {
return list.size == 0

@ -166,6 +166,7 @@ func (list *List) IndexOf(value interface{}) int{
}
return -1
}
// Empty returns true if list does not contain any elements.
func (list *List) Empty() bool {
return list.size == 0

Loading…
Cancel
Save