Skip to content

Commit 9a22dc2

Browse files
committed
remove spaces
1 parent d272d97 commit 9a22dc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Extension/src/instrumentation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (!isInstrumentationEnabled()) {
6060
}
6161

6262
// If the instrumentation object was *actually* loaded then we can set the services from the global object.
63-
// Having this separate ensures that this module is wired up to the global object.
63+
// Having this separate ensures that this module is wired up to the global object.
6464
// It's not included in the previous block because if something else loads the instrumentation code first
6565
// this is still needed so that *this* module is properly connected to the global object.
6666
if (isInstrumentationEnabled()) {
@@ -71,4 +71,3 @@ if (isInstrumentationEnabled()) {
7171

7272
services.init(require('vscode'));
7373
}
74-

0 commit comments

Comments
 (0)