Skip to content

Commit 25abbed

Browse files
committed
linter
1 parent 0a1cabf commit 25abbed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sdk-clients/fusionplus/escrowextension_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package fusionplus
22

33
import (
4-
"bytes"
54
"fmt"
65
"math/big"
76
"testing"
@@ -238,8 +237,3 @@ func TestEncodeExtraData(t *testing.T) {
238237
})
239238
}
240239
}
241-
242-
// contains checks if the substring is present in the string.
243-
func contains(s, substr string) bool {
244-
return bytes.Contains([]byte(s), []byte(substr))
245-
}

0 commit comments

Comments
 (0)