Skip to content

Commit f1dad52

Browse files
v-czgv-czg
v-czg
authored and
v-czg
committed
remove whitespace
1 parent 2f07a5b commit f1dad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/boardmanager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ suite("Arduino: Board Manager.", () => {
110110
const packagePath = Path.join(arduinoSettings.packagePath, "packages", "Microsoft");
111111
// check if the installation succeeds or not
112112
if (util.directoryExistsSync(packagePath)) {
113-
done();
113+
done();
114114
} else {
115115
done(new Error("esp8266 board package install failure, can't find package path :" + packagePath));
116116
}

0 commit comments

Comments
 (0)