mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
lib/model: Unnecessary return (#5264)
This commit is contained in:
parent
3bc918ff78
commit
0690fe7585
@ -1142,8 +1142,6 @@ func (f *sendReceiveFolder) shortcutFile(file, curFile protocol.FileInfo, dbUpda
|
||||
file.Version = file.Version.Merge(curFile.Version)
|
||||
|
||||
dbUpdateChan <- dbUpdateJob{file, dbUpdateShortcutFile}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
// copierRoutine reads copierStates until the in channel closes and performs
|
||||
|
Loading…
x
Reference in New Issue
Block a user