You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/05/15 20:31:55 UTC

[incubator-annotator] 01/02: Lint cartesian.test.ts

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 1f27df579e1ab27889624da204074de42ac7ce22
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sat May 15 13:28:50 2021 -0700

    Lint cartesian.test.ts
---
 packages/dom/test/range/cartesian.test.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/dom/test/range/cartesian.test.ts b/packages/dom/test/range/cartesian.test.ts
index ff0ff8a..1c560a0 100644
--- a/packages/dom/test/range/cartesian.test.ts
+++ b/packages/dom/test/range/cartesian.test.ts
@@ -61,7 +61,6 @@ describe('cartesian', () => {
     let didClose = false;
     const error = new Error();
 
-
     async function* throws() {
       yield 1;
       throw error;