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