Skip to content

Commit b6bc881

Browse files
squash!
1 parent 7e2a568 commit b6bc881

2 files changed

Lines changed: 322 additions & 322 deletions

File tree

Source/serialMonitor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export class SerialMonitor implements vscode.Disposable {
132132
return a.label === b.label
133133
? 0
134134
: a.label > b.label
135-
? 1
136-
: -1;
135+
? 1
136+
: -1;
137137
}) as vscode.QuickPickItem[],
138138
{ placeHolder: CONSTANTS.MISC.SELECT_PORT_PLACEHOLDER }
139139
);

0 commit comments

Comments
 (0)