Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 3ebead1

Browse files
fix format
1 parent 61367fc commit 3ebead1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arduino/arduino.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ export class ArduinoApp {
681681
buildDir = path.resolve(ArduinoWorkspace.rootPath, buildDir);
682682
}
683683

684-
685684
const dirPath = path.dirname(buildDir);
686685
if (!util.directoryExistsSync(dirPath)) {
687686
util.mkdirRecursivelySync(dirPath);

0 commit comments

Comments
 (0)