Skip to content

Commit

Permalink
Apply efmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Feb 10, 2023
1 parent 2275dc5 commit e25344b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/jsone.app.src
Original file line number Diff line number Diff line change
@@ -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, []}]}.

0 comments on commit e25344b

Please sign in to comment.