Skip to content

Commit

Permalink
run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Aug 28, 2023
1 parent 5bd2978 commit ddce252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/cores/cores.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (platform *Platform) GetLatestRelease() *PlatformRelease {
return platform.FindReleaseWithVersion(latestVersion)
}

// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no
// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no
// compatible releases are available.
func (platform *Platform) GetLatestCompatibleRelease() *PlatformRelease {
latestVersion := platform.latestCompatibleReleaseVersion()
Expand Down

0 comments on commit ddce252

Please sign in to comment.