aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2018-01-10 20:37:25 -0800
committerJoe Richey joerichey@google.com <joerichey@google.com>2018-01-10 20:37:25 -0800
commita507228a795328d88c9c1ad4fd31fcfef639fa0f (patch)
tree83c1b86c737a8b32722c61290f6026eceef2fc69
parent7b5380f9a81ad259a810d6bc965b206f37a8efeb (diff)
Format files correctly
-rw-r--r--actions/config.go2
1 files changed, 1 insertions, 1 deletions
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