mirror of
https://github.com/moby/moby.git
synced 2026-08-03 06:30:59 +00:00
libnetwork/bitseq: format code with gofumpt
Formatting the code with https://github.com/mvdan/gofumpt Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -13,9 +13,7 @@ import (
|
||||
"github.com/docker/docker/libnetwork/internal/kvstore/boltdb"
|
||||
)
|
||||
|
||||
var (
|
||||
defaultPrefix = filepath.Join(os.TempDir(), "libnetwork", "test", "bitseq")
|
||||
)
|
||||
var defaultPrefix = filepath.Join(os.TempDir(), "libnetwork", "test", "bitseq")
|
||||
|
||||
func init() {
|
||||
boltdb.Register()
|
||||
|
||||
Reference in New Issue
Block a user