mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
go fmt 1.1 style
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
|||||||
type FsSwift struct {
|
type FsSwift struct {
|
||||||
c swift.Connection // the connection to the swift server
|
c swift.Connection // the connection to the swift server
|
||||||
container string // the container we are working on
|
container string // the container we are working on
|
||||||
root string // the path we are working on if any
|
root string // the path we are working on if any
|
||||||
}
|
}
|
||||||
|
|
||||||
// FsObjectSwift describes a swift object
|
// FsObjectSwift describes a swift object
|
||||||
|
Reference in New Issue
Block a user