Skip to content

Commit 230ecc4

Browse files
committed
Fixed comment indentation (gofmt)
1 parent faf0906 commit 230ecc4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: arduino/sketch/sketch.go

+6-3
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,13 @@ func (s *Sketch) GetProfile(profileName string) *Profile {
253253

254254
// checkSketchCasing returns an error if the casing of the sketch folder and the main file are different.
255255
// Correct:
256-
// MySketch/MySketch.ino
256+
//
257+
// MySketch/MySketch.ino
258+
//
257259
// Wrong:
258-
// MySketch/mysketch.ino
259-
// mysketch/MySketch.ino
260+
//
261+
// MySketch/mysketch.ino
262+
// mysketch/MySketch.ino
260263
//
261264
// This is mostly necessary to avoid errors on Mac OS X.
262265
// For more info see: https://github.com/arduino/arduino-cli/issues/1174

0 commit comments

Comments
 (0)