Revert "gofmt"

pull/79/head
Emir Pasic 7 years ago committed by GitHub
parent 8c6c64e99f
commit 076c527d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,6 @@ 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,7 +185,6 @@ 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,7 +166,6 @@ 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