format with go fmt

This commit is contained in:
Jeff Becker
2016-01-29 07:22:31 -05:00
parent f2c6e01206
commit 1e471e4e00
38 changed files with 694 additions and 729 deletions

View File

@ -1,6 +1,5 @@
package config
type BootstrapConfig struct {
LowPeerThreshold int
LowPeerThreshold int
}