summaryrefslogtreecommitdiff
path: root/tests/error_001.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-08-17 00:28:02 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-08-17 12:43:21 -0400
commit565a21eb0eee61048f6f770bfb24a03131fbc958 (patch)
treeb27ab704ef8ed6b77a74b62d8697588ad8f862b9 /tests/error_001.ts
parent87a061785e7ac795b9b3ef262d382dbfe6887eda (diff)
chore: format files in tests/
Diffstat (limited to 'tests/error_001.ts')
-rw-r--r--tests/error_001.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/error_001.ts b/tests/error_001.ts
index 624bc55da..ab6e17a52 100644
--- a/tests/error_001.ts
+++ b/tests/error_001.ts
@@ -3,7 +3,7 @@ function foo() {
}
function bar() {
- foo()
+ foo();
}
-bar()
+bar();