mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
chore: Fix linter errors
This commit is contained in:
@ -47,6 +47,7 @@ func syncFolders(localPath, updatePath string) (err error) {
|
||||
return nil
|
||||
}
|
||||
|
||||
//nolint:nakedret
|
||||
func removeMissing(folderToCleanPath, itemsToKeepPath string) (err error) {
|
||||
logrus.WithField("from", folderToCleanPath).Debug("Remove missing")
|
||||
// Create list of files.
|
||||
|
||||
Reference in New Issue
Block a user