formatting fixes
cleanup line spacing
This commit is contained in:
parent
292406d4fd
commit
06bb658e35
1 changed files with 1 additions and 0 deletions
|
@ -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()) -> json_text() | {incomplete, encoder()}.
|
||||||
-spec term_to_json(Source::json_term(), Config::jsx_to_json:config()) -> 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) -> encode(Source, []).
|
||||||
term_to_json(Source, Config) -> encode(Source, Config).
|
term_to_json(Source, Config) -> encode(Source, Config).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue