mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
This commit is contained in:
@ -62,6 +62,6 @@ func (i *InstallerDarwin) InstallUpdate(_ *semver.Version, r io.Reader) error {
|
||||
return syncFolders(oldBundle, newBundle)
|
||||
}
|
||||
|
||||
func (i *InstallerDarwin) IsAlreadyInstalled(version *semver.Version) bool {
|
||||
func (i *InstallerDarwin) IsAlreadyInstalled(_ *semver.Version) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user