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:
parent
3af2963c74
commit
f349754b55
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue