diff --git a/internal/collection/string.go b/internal/collection/string.go index 9332d9b2..b7207957 100644 --- a/internal/collection/string.go +++ b/internal/collection/string.go @@ -29,7 +29,7 @@ func (s String) Empty() bool { // Valid ... func (s String) Valid() bool { - return s.Valid() + return false } // Rect ...