mirror of
https://github.com/rclone/rclone
synced 2025-01-02 02:26:24 +01:00
backend/qingstor: lint fix
This commit is contained in:
parent
8b14cd24aa
commit
219bd97e8a
@ -392,7 +392,7 @@ func (f *Fs) Root() string {
|
||||
// String converts this Fs to a string
|
||||
func (f *Fs) String() string {
|
||||
if f.rootBucket == "" {
|
||||
return fmt.Sprintf("QingStor root")
|
||||
return "QingStor root"
|
||||
}
|
||||
if f.rootDirectory == "" {
|
||||
return fmt.Sprintf("QingStor bucket %s", f.rootBucket)
|
||||
|
Loading…
Reference in New Issue
Block a user