ran gofmt
authormishaz <misha@curoverse.com>
Wed, 14 Jan 2015 00:50:21 +0000 (00:50 +0000)
committerTom Clegg <tom@curoverse.com>
Fri, 13 Feb 2015 21:25:30 +0000 (16:25 -0500)
services/datamanager/keep/keep.go

index 87ec86194d6126cb56f2cda6558527a450c8b202..6e97f579a0441ca12f9e38d4e4139ad838f72e1f 100644 (file)
@@ -93,7 +93,7 @@ func init() {
                "File with the API token we should use to contact keep servers.")
 }
 
-func (s ServerAddress) String() (string) {
+func (s ServerAddress) String() string {
        return fmt.Sprintf("%s:%d", s.Host, s.Port)
 }