Revert "gofmt"
@ -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 {
@ -166,7 +166,6 @@ func (list *List) IndexOf(value interface{}) int {