From a5baa091c8e46990103fb33eda4fcab5590a61bb Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 22 Nov 2016 17:49:48 -0800 Subject: [PATCH] Runs `go fmt`. --- api/catalog.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/catalog.go b/api/catalog.go index 5964359ebb..56f0dbf692 100644 --- a/api/catalog.go +++ b/api/catalog.go @@ -16,8 +16,8 @@ type CatalogService struct { ServiceTags []string ServicePort int ServiceEnableTagOverride bool - CreateIndex uint64 - ModifyIndex uint64 + CreateIndex uint64 + ModifyIndex uint64 } type CatalogNode struct {