Skip to content

Commit c82ff50

Browse files
committed
arduino#1456 - Adjust the comment (fix code style)
1 parent 4628846 commit c82ff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: commands/sketch/new.go

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

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

0 commit comments

Comments
 (0)