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

Commit dbcb13b

Browse files
committed
Add trailing comma
1 parent cb69ae1 commit dbcb13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/outputChannel.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export const arduinoChannel = {
3636

3737
clear() {
3838
this.channel.clear();
39-
}
39+
},
4040
};

0 commit comments

Comments
 (0)