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

Commit 2391d4a

Browse files
committed
style: fix missing whitespace tslint error
1 parent 6846be5 commit 2391d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/typescript-service-helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@ export function describeTypeScriptService(createService: TypeScriptServiceFactor
23112311

23122312
})
23132313

2314-
describe('textDocumentCompletion() with snippets', function(this: TestContext & ISuiteCallbackContext): void{
2314+
describe('textDocumentCompletion() with snippets', function(this: TestContext & ISuiteCallbackContext): void {
23152315
beforeEach(initializeTypeScriptService(createService, rootUri, new Map([
23162316
[rootUri + 'a.ts', [
23172317
'class A {',

0 commit comments

Comments
 (0)