Skip to content

Commit

Permalink
linted code
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Apr 30, 2024
1 parent 1816e50 commit 41b6a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/mqtt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (
const (
svcName = "mqtt"
envPrefixAuthz = "MG_THINGS_AUTH_GRPC_"
envPrefixMQTT = "MG_MQTT_ADAPTER_"
envPrefixWS = "MG_MQTT_WS_ADAPTER_"
envPrefixMQTT = "MG_MQTT_ADAPTER_"
envPrefixWS = "MG_MQTT_WS_ADAPTER_"
)

type config struct {
Expand Down

0 comments on commit 41b6a21

Please sign in to comment.