Skip to content

Commit b43d8d4

Browse files
author
Brujo Benavides
authored
Pin rebar3_format to its latest version (#10)
1 parent 7d78bff commit b43d8d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141

4242
{alias, [{test, [format, lint, xref, dialyzer, eunit, cover]}]}.
4343

44-
{plugins, [rebar3_lint, {rebar3_format, "~> 0.6.0"}]}.
44+
{plugins, [rebar3_lint, {rebar3_format, "~> 0.7.0"}]}.
4545

4646
{format, [{files, ["src/*.erl", "include/*.hrl"]}]}.

src/erliam_sup.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ start_link(Opts) ->
1717
init(_) ->
1818
configure_httpc_profile(),
1919

20-
SupFlags = #{strategy => one_for_one, intensity => 10, period => 10},
20+
SupFlags =
21+
#{strategy => one_for_one,
22+
intensity => 10,
23+
period => 10},
2124

2225
CredSrv =
2326
#{id => erliam_srv,

0 commit comments

Comments
 (0)