Remove extra curly brace

This commit is contained in:
Jeff Mitchell 2017-10-23 16:06:27 -04:00
parent de93e70c54
commit d79e0d2ad5

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