From eb7527e9a33daafb51d32a003ef4562922cdf0e8 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 30 Oct 2013 00:52:44 +0000 Subject: [PATCH] whitespace --- src/jsx_to_json.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jsx_to_json.erl b/src/jsx_to_json.erl index c907e98..6d8e2b8 100644 --- a/src/jsx_to_json.erl +++ b/src/jsx_to_json.erl @@ -88,7 +88,6 @@ parse_config([], Config) -> init(Config) -> {[], parse_config(Config)}. - handle_event(end_json, {Term, _Config}) -> Term; handle_event(start_object, State) -> start_object(State);