Fix error by linter

This commit is contained in:
Masaaki Goshima 2021-02-06 22:17:24 +09:00
parent e9f947a29e
commit d314d7e2d9
1 changed files with 0 additions and 1 deletions

View File

@ -671,5 +671,4 @@ func (d *structDecoder) decode(buf []byte, cursor int64, p unsafe.Pointer) (int6
}
cursor++
}
return cursor, nil
}