mirror of
https://github.com/jimeh/go-base58.git
synced 2026-02-19 08:06:39 +00:00
Fix lint complaint in benchmark
This commit is contained in:
@@ -265,6 +265,6 @@ func BenchmarkEncode(b *testing.B) {
|
||||
|
||||
func BenchmarkDecode(b *testing.B) {
|
||||
for n := 0; n < b.N; n++ {
|
||||
Decode("6hKMCS")
|
||||
_, _ = Decode("6hKMCS")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user