Skip to content

Commit 3284651

Browse files
committed
Some trivial whitespace cleanup
1 parent 0b458d2 commit 3284651

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dist/
55
.vscode/
66
scratch/
77
TODO
8-
.DS_Store
8+
.DS_Store

language-server/src/features/codeAction/extractSubschema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class ExtractSubSchemaToDefs {
4949
return [];
5050
}
5151

52-
const dialectUri = /** @type {string} */(node.root.dialectUri);
52+
const dialectUri = /** @type {string} */ (node.root.dialectUri);
5353
const definitionsKeyword = getKeywordName(dialectUri, "https://json-schema.org/keyword/definitions");
5454

5555
const definitionsNode = SchemaNode.step(definitionsKeyword, node.root);

language-server/src/services/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export class Configuration {
3535

3636
/** @type DocumentSettings | undefined */
3737
#settings;
38+
3839
/** @type Partial<DocumentSettings> */
3940
#defaultSettings;
4041

0 commit comments

Comments
 (0)