Skip to content

Commit 115df9d

Browse files
committedMar 15, 2025
chore: remove redundant return
1 parent 3cebec2 commit 115df9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎internal/native/native_internal_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func Test_bytesToUint8PtrAndSize(t *testing.T) {
2828
ptr, size := bytesToUint8PtrAndSize(b)
2929
assert.EqualValues(t, &b[0], ptr)
3030
assert.EqualValues(t, testBytesLen, size)
31-
return
3231
}
3332

3433
func Test_cPtrToSlice(t *testing.T) {

0 commit comments

Comments
 (0)