chore: further minor lint fixes

This commit is contained in:
Jakob Borg
2025-05-20 15:04:33 +02:00
parent 96b03fac04
commit 0a58747eb2
8 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func (s *sentFolderDownloadState) update(pullers []*sharedPullerState) []protoco
localFile.updated = pullerBlockIndexesUpdated
localFile.version = pullerVersion
localFile.created = pullerCreated
localFile.blockSize = int(pullerBlockSize)
localFile.blockSize = pullerBlockSize
continue
}