whitespace
This commit is contained in:
parent
ea764162c0
commit
3485ca5413
1 changed files with 2 additions and 6 deletions
|
@ -37,11 +37,6 @@
|
||||||
-include("jsx_common.hrl").
|
-include("jsx_common.hrl").
|
||||||
|
|
||||||
|
|
||||||
-ifdef(TEST).
|
|
||||||
-include_lib("eunit/include/eunit.hrl").
|
|
||||||
-endif.
|
|
||||||
|
|
||||||
|
|
||||||
-spec parser() -> jsx_decoder().
|
-spec parser() -> jsx_decoder().
|
||||||
|
|
||||||
parser() -> decoder([]).
|
parser() -> decoder([]).
|
||||||
|
@ -52,7 +47,6 @@ parser() -> decoder([]).
|
||||||
parser(OptsList) -> decoder(OptsList).
|
parser(OptsList) -> decoder(OptsList).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-spec decoder() -> jsx_decoder().
|
-spec decoder() -> jsx_decoder().
|
||||||
|
|
||||||
decoder() -> decoder([]).
|
decoder() -> decoder([]).
|
||||||
|
@ -146,6 +140,8 @@ format(JSON, Opts) ->
|
||||||
|
|
||||||
|
|
||||||
-ifdef(TEST).
|
-ifdef(TEST).
|
||||||
|
-include_lib("eunit/include/eunit.hrl").
|
||||||
|
|
||||||
|
|
||||||
jsx_decoder_test_() ->
|
jsx_decoder_test_() ->
|
||||||
jsx_decoder_gen(load_tests(?eunit_test_path)).
|
jsx_decoder_gen(load_tests(?eunit_test_path)).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue