diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-01-10 20:37:25 -0800 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-01-10 20:37:25 -0800 |
| commit | a507228a795328d88c9c1ad4fd31fcfef639fa0f (patch) | |
| tree | 83c1b86c737a8b32722c61290f6026eceef2fc69 /actions/config.go | |
| parent | 7b5380f9a81ad259a810d6bc965b206f37a8efeb (diff) | |
Format files correctly
Diffstat (limited to 'actions/config.go')
| -rw-r--r-- | actions/config.go | 2 |
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 |