whitespace

This commit is contained in:
alisdair sullivan 2011-08-09 21:02:20 -07:00
parent ea764162c0
commit 3485ca5413

View file

@ -37,11 +37,6 @@
-include("jsx_common.hrl").
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.
-spec parser() -> jsx_decoder().
parser() -> decoder([]).
@ -52,7 +47,6 @@ parser() -> decoder([]).
parser(OptsList) -> decoder(OptsList).
-spec decoder() -> jsx_decoder().
decoder() -> decoder([]).
@ -146,6 +140,8 @@ format(JSON, Opts) ->
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
jsx_decoder_test_() ->
jsx_decoder_gen(load_tests(?eunit_test_path)).