1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: fix new lint errors with golangci-lint v1.55.0

This commit is contained in:
Nick Craig-Wood
2023-10-20 18:52:58 +01:00
parent 5b0d3d060f
commit 750ed556a5
2 changed files with 6 additions and 8 deletions

View File

@@ -121,9 +121,8 @@ func (p *Prop) Hashes() (hashes map[hash.Type]string) {
hashes = make(map[hash.Type]string)
hashes[hash.SHA1] = *p.MESha1Hex
return hashes
} else {
return nil
}
return nil
}
// PropValue is a tagged name and value