File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,19 @@ import (
26
26
"sort"
27
27
"strings"
28
28
29
- "github.com/arduino/arduino-cli/configuration"
30
- "github.com/spf13/viper"
31
-
32
29
"github.com/arduino/arduino-cli/arduino/cores"
33
30
"github.com/arduino/arduino-cli/arduino/cores/packagemanager"
34
31
"github.com/arduino/arduino-cli/arduino/sketches"
35
32
"github.com/arduino/arduino-cli/commands"
33
+ "github.com/arduino/arduino-cli/configuration"
36
34
"github.com/arduino/arduino-cli/legacy/builder"
37
35
"github.com/arduino/arduino-cli/legacy/builder/i18n"
38
36
"github.com/arduino/arduino-cli/legacy/builder/types"
39
37
rpc "github.com/arduino/arduino-cli/rpc/commands"
40
38
paths "github.com/arduino/go-paths-helper"
41
39
properties "github.com/arduino/go-properties-orderedmap"
42
40
"github.com/sirupsen/logrus"
41
+ "github.com/spf13/viper"
43
42
)
44
43
45
44
// Compile FIXMEDOC
You can’t perform that action at this time.
0 commit comments