make CodeQL happy

This commit is contained in:
chrislu
2022-08-26 17:09:11 -07:00
parent 301b49b63f
commit 3f3a1341d8
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ type VolumeServer struct {
func NewVolumeServer(adminMux, publicMux *http.ServeMux, ip string,
port int, grpcPort int, publicUrl string,
folders []string, maxCounts []int, minFreeSpaces []util.MinFreeSpace, diskTypes []types.DiskType,
folders []string, maxCounts []int32, minFreeSpaces []util.MinFreeSpace, diskTypes []types.DiskType,
idxFolder string,
needleMapKind storage.NeedleMapKind,
masterNodes []pb.ServerAddress, pulseSeconds int,