Skip to content

Commit a17756c

Browse files
committed
JS: Fix formatting
1 parent 2f98aca commit a17756c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/TypeAnnotations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Provides classes for reasoning about type annotations independently of dialect.
33
*/
44

5-
import javascript
5+
import javascript
66

77
/**
88
* A type annotation, either in the form of a TypeScript type or a JSDoc comment.
@@ -65,7 +65,7 @@ class TypeAnnotation extends @type_annotation, Locatable {
6565
/** Holds if this is the `const` keyword, occurring in a type assertion such as `x as const`. */
6666
predicate isConstKeyword() { none() }
6767

68-
/**
68+
/**
6969
* Repeatedly unfolds unions, intersections, parentheses, and nullability/readonly modifiers and gets any of the underlying types,
7070
* or this type itself if it cannot be unfolded.
7171
*

0 commit comments

Comments
 (0)