From a507228a795328d88c9c1ad4fd31fcfef639fa0f Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Wed, 10 Jan 2018 20:37:25 -0800 Subject: [PATCH] Format files correctly --- actions/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/config.go b/actions/config.go index 7884bed..6bc5239 100644 --- a/actions/config.go +++ b/actions/config.go @@ -210,7 +210,7 @@ func memoryBytesLimit() int64 { util.NeverError(err) totalRAMBytes := int64(info.Totalram) - return util.MinInt64(totalRAMBytes / 2, maxMemoryBytes) + return util.MinInt64(totalRAMBytes/2, maxMemoryBytes) } // betweenCosts returns a cost between a and b. Specifically, it returns the -- 2.39.5