Browse Source

Apply efmt

Takeru Ohta 2 years ago
parent
commit
e25344b6c2
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/jsone.app.src

+ 8 - 8
src/jsone.app.src

@@ -1,8 +1,8 @@
-{application,jsone,
-             [{description,"Erlang JSON Library"},
-              {vsn,"1.8.0"},
-              {registered,[]},
-              {applications,[kernel,stdlib]},
-              {licenses,["MIT"]},
-              {links,[{"GitHub","https://github.com/sile/jsone"}]},
-              {env,[]}]}.
+{application, jsone,
+ [{description, "Erlang JSON Library"},
+  {vsn, "1.8.0"},
+  {registered, []},
+  {applications, [kernel, stdlib]},
+  {licenses, ["MIT"]},
+  {links, [{"GitHub", "https://github.com/sile/jsone"}]},
+  {env, []}]}.