multi: update to go 1.11 gofmt

This commit is contained in:
Olaoluwa Osuntokun
2018-10-07 11:34:32 +09:00
parent 233246714d
commit d8e6085c17
7 changed files with 15 additions and 15 deletions

View File

@@ -282,7 +282,7 @@ type Switch struct {
// New creates the new instance of htlc switch.
func New(cfg Config, currentHeight uint32) (*Switch, error) {
circuitMap, err := NewCircuitMap(&CircuitMapConfig{
DB: cfg.DB,
DB: cfg.DB,
ExtractErrorEncrypter: cfg.ExtractErrorEncrypter,
})
if err != nil {