diff options
author | Cashew <52880648+Scrub1492@users.noreply.github.com> | 2023-12-27 12:57:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 05:57:31 +0000 |
commit | ff412d2010a41da47e37e86f0167452c2f9c72ca (patch) | |
tree | 55231e7a6d7280e77601b690c9e58e08f11aa396 /types/test | |
parent | adc17f4221a0e48da4450695c655632d37eee2a8 (diff) |
add maxEOF to prevent multiple end of file lines (#454)
Diffstat (limited to 'types/test')
-rw-r--r-- | types/test/dom-text-scanner.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/test/dom-text-scanner.d.ts b/types/test/dom-text-scanner.d.ts index 362a7eb5..988cb690 100644 --- a/types/test/dom-text-scanner.d.ts +++ b/types/test/dom-text-scanner.d.ts @@ -29,4 +29,3 @@ export type TestData = { remainder?: number; }; }; - |