Skip to content

Commit 9c82aad

Browse files
committed
retrigger CI
1 parent 7403a39 commit 9c82aad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino/builder/sketch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func SketchSaveItemCpp(item *sketch.Item, destPath string) error {
6060

6161
// SimpleLocalWalk locally replaces filepath.Walk and/but goes through symlinks
6262
func SimpleLocalWalk(root string, walkFn func(path string, info os.FileInfo, err error) error) error {
63-
6463
info, err := os.Stat(root)
6564

6665
if err != nil {

0 commit comments

Comments
 (0)