Runs `go fmt`.

This commit is contained in:
James Phillips 2016-11-22 17:49:48 -08:00
parent dd31e47eef
commit a5baa091c8
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ type CatalogService struct {
ServiceTags []string
ServicePort int
ServiceEnableTagOverride bool
CreateIndex uint64
ModifyIndex uint64
CreateIndex uint64
ModifyIndex uint64
}
type CatalogNode struct {