From 904d1711086f6bdcdcbc0742ea746e1e8bafc714 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Mon, 13 Nov 2017 12:25:02 -0500 Subject: [PATCH] gofmt and goimports --- api/resources.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/resources.go b/api/resources.go index be415a4a5..8c547ee7e 100644 --- a/api/resources.go +++ b/api/resources.go @@ -32,7 +32,7 @@ func (r *Resources) Canonicalize() { // DefaultResources is a small resources object that contains the // default resources requests that we will provide to an object. -// --- THIS FUNCTION IS REPLICATED IN nomad/structs/structs.go +// --- THIS FUNCTION IS REPLICATED IN nomad/structs/structs.go // and should be kept in sync. func DefaultResources() *Resources { return &Resources{ @@ -44,8 +44,8 @@ func DefaultResources() *Resources { // MinResources is a small resources object that contains the // absolute minimum resources that we will provide to an object. -// This should not be confused with the defaults which are -// provided in DefaultResources() --- THIS LOGIC IS REPLICATED +// This should not be confused with the defaults which are +// provided in DefaultResources() --- THIS LOGIC IS REPLICATED // IN nomad/structs/structs.go and should be kept in sync. func MinResources() *Resources { return &Resources{