From: Siraaj Khandkar Date: Wed, 19 Aug 2015 15:01:43 +0000 (-0400) Subject: Reformat list of dep apps in app config. X-Git-Tag: 0.0.0~17 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=881e328f9d9227e84e8833556ddf1b715efbda7c Reformat list of dep apps in app config. --- diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index 1750455..bc02983 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -3,10 +3,10 @@ {description, "Periodic VM stats production and consumption."}, {vsn, "0.0.0"}, {registered, []}, - {applications, [ - kernel, - stdlib - ]}, + {applications, + [ kernel + , stdlib + ]}, {mod, { beam_stats_app, []}},