backend/azureblob: fmt nit

s3-about
Lars Lehtonen 2020-02-19 12:47:50 -08:00 committed by Nick Craig-Wood
parent 25ef3a281b
commit 481c8a40ea
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func (f *Fs) Root() string {
// String converts this Fs to a string
func (f *Fs) String() string {
if f.rootContainer == "" {
return fmt.Sprintf("Azure root")
return "Azure root"
}
if f.rootDirectory == "" {
return fmt.Sprintf("Azure container %s", f.rootContainer)