diff --git a/fs_swift.go b/fs_swift.go index a2642a125..0d70d2d9c 100644 --- a/fs_swift.go +++ b/fs_swift.go @@ -20,7 +20,7 @@ import ( type FsSwift struct { c swift.Connection // the connection to the swift server 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 diff --git a/swiftsync.go b/swiftsync.go index dc9326647..3c2741e36 100644 --- a/swiftsync.go +++ b/swiftsync.go @@ -1,5 +1,5 @@ // Sync files and directories to and from swift -// +// // Nick Craig-Wood package main