forked from TrueCloudLab/rclone
backend/qingstor: lint fix
This commit is contained in:
parent
8b14cd24aa
commit
219bd97e8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue