formatting fixes

cleanup line spacing
This commit is contained in:
alisdair sullivan 2013-09-20 22:02:14 -07:00
parent 292406d4fd
commit 06bb658e35

View file

@ -71,6 +71,7 @@ to_json(Source, Config) -> encode(Source, Config).
-spec term_to_json(Source::json_term()) -> json_text() | {incomplete, encoder()}.
-spec term_to_json(Source::json_term(), Config::jsx_to_json:config()) -> json_text() | {incomplete, encoder()}.
term_to_json(Source) -> encode(Source, []).
term_to_json(Source, Config) -> encode(Source, Config).