From 5be6e26f7b5e112c2da68d2e7d14e587009cc3bc Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Wed, 25 Mar 2020 15:03:17 +0100 Subject: [PATCH] Forgotten go-fmt Not sure why CI didn't catch this --- cmd/ipfs/daemon.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index b8486f8ab..0a24b907a 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -299,9 +299,9 @@ func daemonFunc(req *cmds.Request, re cmds.ResponseEmitter, env cmds.Environment // Start assembling node config ncfg := &core.BuildCfg{ - Repo: repo, - Permanent: true, // It is temporary way to signify that node is permanent - Online: !offline, + Repo: repo, + Permanent: true, // It is temporary way to signify that node is permanent + Online: !offline, DisableEncryptedConnections: unencrypted, ExtraOpts: map[string]bool{ "pubsub": pubsub,