Skip to content

Commit ad02203

Browse files
author
Nicola Strappazzon C
committed
fix - table/rows.go:35:3: unreachable code
1 parent e4795ed commit ad02203

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

table/rows.go

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ func (r *Rows) SortBy(i int) {
3131
default:
3232
return false // return unmodified
3333
}
34-
35-
return true
3634
})
3735
}

0 commit comments

Comments
 (0)