mirror of
https://github.com/rclone/rclone.git
synced 2025-03-24 06:57:31 +08: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
|
// String converts this Fs to a string
|
||||||
func (f *Fs) String() string {
|
func (f *Fs) String() string {
|
||||||
if f.rootBucket == "" {
|
if f.rootBucket == "" {
|
||||||
return fmt.Sprintf("QingStor root")
|
return "QingStor root"
|
||||||
}
|
}
|
||||||
if f.rootDirectory == "" {
|
if f.rootDirectory == "" {
|
||||||
return fmt.Sprintf("QingStor bucket %s", f.rootBucket)
|
return fmt.Sprintf("QingStor bucket %s", f.rootBucket)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user