Skip to content

Commit a7a403d

Browse files
nit: re-order some imports
1 parent 53b1210 commit a7a403d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/updater/http_client.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ import (
2626
"net/url"
2727
"time"
2828

29-
"github.com/arduino/arduino-flasher-cli/cmd/i18n"
30-
"github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1"
3129
"github.com/arduino/go-paths-helper"
3230
"go.bug.st/downloader/v2"
3331
"go.bug.st/f"
32+
33+
"github.com/arduino/arduino-flasher-cli/cmd/i18n"
34+
"github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1"
3435
)
3536

3637
var baseURL = f.Must(url.Parse("https://downloads.arduino.cc"))

0 commit comments

Comments
 (0)