Skip to content

Commit d8edeb0

Browse files
committed
make lint happy
1 parent 28d2ac4 commit d8edeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func NewFromEnv() (Configuration, error) {
109109
maxVersionStr := os.Getenv("ARDUINO_APP_CLI__MAX_UPDATE_MAJOR_VERSION")
110110

111111
// If the value is 0 (or unset), the updater logic defaults to the currently installed major version.
112-
//This ensures we don't accidentally upgrade to a new major version (breaking changes) unless explicitly allowed.
112+
// This ensures we don't accidentally upgrade to a new major version (breaking changes) unless explicitly allowed.
113113

114114
maxVersion, err := strconv.Atoi(maxVersionStr)
115115
if err != nil || maxVersion <= 0 {

0 commit comments

Comments
 (0)