Use gofmt from Go 1.11 (#5259)

This commit is contained in:
Daniel Nelson
2019-01-07 17:14:07 -08:00
committed by GitHub
parent 0f75f3b304
commit 84139cf890
10 changed files with 54 additions and 54 deletions

View File

@@ -321,7 +321,7 @@ func init() {
return &MQTTConsumer{
ConnectionTimeout: defaultConnectionTimeout,
MaxUndeliveredMessages: defaultMaxUndeliveredMessages,
state: Disconnected,
state: Disconnected,
}
})
}