Fix lint complaint in benchmark

This commit is contained in:
2016-06-29 01:08:20 +01:00
parent 1267de7ee5
commit 335c365133

View File

@@ -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")
}
}