From 219bd97e8ae793cddf0dc1d157460e0eb24c8709 Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Thu, 13 Feb 2020 11:47:20 -0800 Subject: [PATCH] backend/qingstor: lint fix --- backend/qingstor/qingstor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/qingstor/qingstor.go b/backend/qingstor/qingstor.go index 5bde80eb0..91b038de5 100644 --- a/backend/qingstor/qingstor.go +++ b/backend/qingstor/qingstor.go @@ -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)