remove trailing newline

This commit is contained in:
Collin M. Barrett 2017-01-10 08:56:22 -06:00
parent f60ec349a2
commit 7b4a9e1bd4

View file

@ -531,4 +531,4 @@ function convertToBool_(map, key) {
if (map[key] != null) {
map[key] = toBool_(map[key]);
}
}
}