Skip to content

Commit 27945ce

Browse files
run gofmt
1 parent d32dbbd commit 27945ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/cores/cores.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (platform *Platform) GetLatestRelease() *PlatformRelease {
228228
return platform.FindReleaseWithVersion(latestVersion)
229229
}
230230

231-
// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no
231+
// GetLatestCompatibleRelease returns the latest compatible release of this platform, or nil if no
232232
// compatible releases are available.
233233
func (platform *Platform) GetLatestCompatibleRelease() *PlatformRelease {
234234
latestVersion := platform.latestCompatibleReleaseVersion()

0 commit comments

Comments
 (0)