Reformat list of dep apps in app config.
[beam_stats.git] / src / beam_stats.app.src
index 1750455..bc02983 100644 (file)
@@ -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, []}},
 
This page took 0.03217 seconds and 4 git commands to generate.