Skip to content

Commit

Permalink
[#218] Avoid going over 80 characters per line
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson committed Dec 16, 2015
1 parent e2ce2ea commit 2539ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sumo_events_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ end_per_suite(Config) ->
%% Common test
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

-spec events_manager_supervisor_running(Config::config()) -> {comment, string()}.
-spec events_manager_supervisor_running(Config::config()) ->
{comment, string()}.
events_manager_supervisor_running(_Config) ->
Events = application:get_env(sumo_db, events, []),
Fun = fun(Module) ->
Expand Down

0 comments on commit 2539ac2

Please sign in to comment.