Skip to content

Commit 07a8c21

Browse files
committed
adding new line
1 parent 373b91f commit 07a8c21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

slice/sliceutil.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ func MergeItems[V comparable](items ...V) []V {
166166
// if a non-zero element was found or not.
167167
func FirstNonZero[T comparable](inputs []T) (T, bool) {
168168
var zero T
169+
169170
for _, v := range inputs {
170171
if v != zero {
171172
return v, true

0 commit comments

Comments
 (0)