go-ipfs-config: Fix bad go fmt
Michael Avila committed
Jun 27, 2019 at 12:52 UTC
86abf1fc5758f08e30244c30c9826d338200a545
1 file changed
+1
-1
config/config.go
+1
-1
@@ -27,7 +27,7 @@ type Config struct {
27
Swarm SwarmConfig
28
Pubsub PubsubConfig
29
30
- Provider Provider
30
+ Provider Provider
31
Reprovider Reprovider
32
Experimental Experiments
33
}