Skip to content

Commit a30e1aa

Browse files
committed
Pass of go-fmt
1 parent 6588887 commit a30e1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/upload/upload.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,13 @@ func detectSketchNameFromBuildPath(buildPath *paths.Path) (string, error) {
629629
// specified protocol properties.
630630
//
631631
// For example passing the below properties and "upload" as action and "serial" as protocol:
632+
//
632633
// upload.speed=256
633634
// upload.serial.speed=57600
634635
// upload.network.speed=19200
635636
//
636637
// will return:
638+
//
637639
// upload.speed=57600
638640
// upload.serial.speed=57600
639641
// upload.network.speed=19200

0 commit comments

Comments
 (0)