From 565a21eb0eee61048f6f770bfb24a03131fbc958 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 17 Aug 2018 00:28:02 +0900 Subject: chore: format files in tests/ --- tests/async_error.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/async_error.ts') diff --git a/tests/async_error.ts b/tests/async_error.ts index 12dee11eb..7ce25d0cb 100644 --- a/tests/async_error.ts +++ b/tests/async_error.ts @@ -1,9 +1,8 @@ - console.log("hello"); const foo = async () => { console.log("before error"); throw Error("error"); -} +}; foo(); console.log("world"); -- cgit v1.2.3