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:
Sebastiaan van Stijn 2022-01-20 14:03:03 +01:00
parent 3af2963c74
commit f349754b55
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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()