From 7b4a9e1bd448793cd75aaed9461df28b66d8b50b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 10 Jan 2017 08:56:22 -0600 Subject: [PATCH] remove trailing newline --- gs/lib/ImportJson.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs/lib/ImportJson.gs b/gs/lib/ImportJson.gs index abbd3aba7..9329e6dbd 100644 --- a/gs/lib/ImportJson.gs +++ b/gs/lib/ImportJson.gs @@ -531,4 +531,4 @@ function convertToBool_(map, key) { if (map[key] != null) { map[key] = toBool_(map[key]); } -} +} \ No newline at end of file