Skip to content

Commit 72fb2ed

Browse files
committed
Fix formatting
1 parent 885dda2 commit 72fb2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2020.symbol.wellknown.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ interface String {
2828
* returns an iterable of matches containing the results of that search.
2929
* @param regexp An object that supports being matched against.
3030
*/
31-
matchAll(matcher: { [Symbol.matchAll](str: string): RegExpStringIterator<RegExpMatchArray> }): RegExpStringIterator<RegExpExecArray>;
31+
matchAll(matcher: { [Symbol.matchAll](str: string): RegExpStringIterator<RegExpMatchArray>; }): RegExpStringIterator<RegExpExecArray>;
3232
}

0 commit comments

Comments
 (0)