Remove extra curly brace

This commit is contained in:
Jeff Mitchell 2017-10-23 16:06:27 -04:00
parent b7ffe7ec99
commit aaa1094240
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import (
"net/url"
"path/filepath"
"sync"
"sync/atomic"
"time"
"github.com/armon/go-metrics"
@ -521,7 +522,6 @@ func NewCore(conf *CoreConfig) (*Core, error) {
c.physical = physical.NewCache(phys, conf.CacheSize, conf.Logger)
}
}
}
if !conf.DisableMlock {
// Ensure our memory usage is locked into physical RAM