Skip to content

Commit af7de76

Browse files
committed
fix spaces
1 parent 5477408 commit af7de76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/server/protocol.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,8 +3409,8 @@ namespace ts.server.protocol {
34093409
/**
34103410
* If enabled, object literal methods will have a method declaration completion entry in addition
34113411
* to the regular completion entry containing just the method name.
3412-
* E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
3413-
* in addition to `const objectLiteral: T = { foo }`.
3412+
* E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
3413+
* in addition to `const objectLiteral: T = { foo }`.
34143414
*/
34153415
readonly includeCompletionsWithObjectLiteralMethodSnippets?: boolean;
34163416
readonly allowIncompleteCompletions?: boolean;

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9632,8 +9632,8 @@ declare namespace ts.server.protocol {
96329632
/**
96339633
* If enabled, object literal methods will have a method declaration completion entry in addition
96349634
* to the regular completion entry containing just the method name.
9635-
* E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
9636-
* in addition to `const objectLiteral: T = { foo }`.
9635+
* E.g., `const objectLiteral: T = { f| }` could be completed to `const objectLiteral: T = { foo(): void {} }`,
9636+
* in addition to `const objectLiteral: T = { foo }`.
96379637
*/
96389638
readonly includeCompletionsWithObjectLiteralMethodSnippets?: boolean;
96399639
readonly allowIncompleteCompletions?: boolean;

0 commit comments

Comments
 (0)