diff --git a/ecallmgr/src/ecallmgr_fs_route.erl b/ecallmgr/src/ecallmgr_fs_route.erl index be3bef3c82b..1ade9319fd4 100644 --- a/ecallmgr/src/ecallmgr_fs_route.erl +++ b/ecallmgr/src/ecallmgr_fs_route.erl @@ -296,4 +296,3 @@ route_req(CallId, FSID, Props) -> ,{<<"Custom-Channel-Vars">>, wh_json:from_list(ecallmgr_util:custom_channel_vars(Props))} | wh_api:default_headers(?APP_NAME, ?APP_VERSION) ]. - diff --git a/ecallmgr/src/ecallmgr_util.erl b/ecallmgr/src/ecallmgr_util.erl index 817ef075f2a..cba1aa27b6b 100644 --- a/ecallmgr/src/ecallmgr_util.erl +++ b/ecallmgr/src/ecallmgr_util.erl @@ -1,4 +1,3 @@ - %%%------------------------------------------------------------------- %%% @copyright (C) 2010-2012, VoIP INC %%% @doc