mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
Remove backend dependency from fs/hash
This commit is contained in:
@@ -686,7 +686,7 @@ func (f *Fs) DirMove(ctx context.Context, src fs.Fs, srcRemote, dstRemote string
|
||||
|
||||
// Hashes returns the supported hash sets.
|
||||
func (f *Fs) Hashes() hash.Set {
|
||||
return hash.Supported
|
||||
return hash.Supported()
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user