Skip to content

Commit

Permalink
update linter
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jan 14, 2025
1 parent 7c3e9b0 commit ea84ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ package main
import (
"log"

smqsdk "github.com/absmach/magistrala/pkg/sdk/go"
"github.com/absmach/propeller/cli"
"github.com/absmach/propeller/pkg/sdk"
smqsdk "github.com/absmach/magistrala/pkg/sdk/go"
"github.com/spf13/cobra"
)

func main() {
msgContentType := string(smqsdk.CTJSONSenML)
smqSDKConf := smqsdk.Config{
UsersURL: "http://localhost:9002",
ThingsURL: "http://localhost:9000",
ThingsURL: "http://localhost:9000",
DomainsURL: "http://localhost:8189",
MsgContentType: smqsdk.ContentType(msgContentType),
}
Expand Down

0 comments on commit ea84ec3

Please sign in to comment.