Skip to content

Commit 62dff72

Browse files
committed
arduino#1456 - Add a comment (fix code style)
1 parent 2f920b6 commit 62dff72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: commands/sketch/new.go

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void loop() {
3434
}
3535
`)
3636

37+
// Create a new sketch
3738
func CreateSketch(sketchName string) (string, string, error) {
3839
// Trim to avoid issues if user creates a sketch adding the .ino extesion to the name
3940
trimmedSketchName := strings.TrimSuffix(sketchName, ".ino")

0 commit comments

Comments
 (0)