From fce2af7934909e406773ee362abf35876ce2a44f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 27 Jun 2013 19:51:03 +0100 Subject: [PATCH] go fmt 1.1 style --- fs_swift.go | 2 +- swiftsync.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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