Skip to content

Commit 8a64550

Browse files
committed
Code lint
1 parent cc96e98 commit 8a64550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/iot/client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func (cl *Client) DashboardList(ctx context.Context) ([]iotclient.ArduinoDashboa
473473
if err != nil {
474474
return nil, err
475475
}
476-
476+
477477
req := cl.api.DashboardsV2Api.DashboardsV2List(ctx)
478478
dashboards, _, err := cl.api.DashboardsV2Api.DashboardsV2ListExecute(req)
479479
if err != nil {
@@ -511,7 +511,7 @@ func (cl *Client) setup(client, secret, organization string) error {
511511
}
512512
config.Servers = iotclient.ServerConfigurations{
513513
{
514-
URL: fmt.Sprintf("%s/iot", baseURL),
514+
URL: fmt.Sprintf("%s/iot", baseURL),
515515
Description: "IoT API endpoint",
516516
},
517517
}

0 commit comments

Comments
 (0)