From 787832c68ec2a735717eb32c295a3aa570294ae2 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 2 Sep 2018 01:59:16 -0400 Subject: Format. --- js/test_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/test_util.ts') diff --git a/js/test_util.ts b/js/test_util.ts index 433bbf11b..b7210b43c 100644 --- a/js/test_util.ts +++ b/js/test_util.ts @@ -36,7 +36,7 @@ function permFromString(s: string): DenoPermissions { return { write: Boolean(Number(found[1])), net: Boolean(Number(found[2])), - env: Boolean(Number(found[3])), + env: Boolean(Number(found[3])) }; } -- cgit v1.2.3