mirror of
https://github.com/rclone/rclone.git
synced 2025-02-22 21:41:35 +01:00
backend/azureblob: fmt nit
This commit is contained in:
parent
25ef3a281b
commit
481c8a40ea
@ -198,7 +198,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.rootContainer == "" {
|
if f.rootContainer == "" {
|
||||||
return fmt.Sprintf("Azure root")
|
return "Azure root"
|
||||||
}
|
}
|
||||||
if f.rootDirectory == "" {
|
if f.rootDirectory == "" {
|
||||||
return fmt.Sprintf("Azure container %s", f.rootContainer)
|
return fmt.Sprintf("Azure container %s", f.rootContainer)
|
||||||
|
Loading…
Reference in New Issue
Block a user