Skip to content

Commit

Permalink
Fix wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Sep 4, 2015
1 parent 37eb61a commit 8251f40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/riak_cs_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
status([]) ->
Stats = riak_cs_stats:get_stats(),
_ = [io:format("~p : ~p~n", [Name, Value])
|| {Name, Value} <- Stats],
|| {Name, Value} <- Stats],
ok.

%% in progress.
Expand All @@ -58,8 +58,7 @@ cluster_info([OutFile]) ->
error:{badmatch, {error, enotdir}} ->
io:format("Cluster_info failed, not a directory ~p~n", [filename:dirname(OutFile)]);
Exception:Reason ->
lager:error("Cluster_info failed ~p:~p",
[Exception, Reason]),
lager:error("Cluster_info failed ~p:~p", [Exception, Reason]),
io:format("Cluster_info failed, see log for details~n"),
error
end.
Expand Down

6 comments on commit 8251f40

@shino
Copy link
Contributor

@shino shino commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@borshop
Copy link
Contributor

@borshop borshop commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from shino
at 8251f40

@borshop
Copy link
Contributor

@borshop borshop commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_cs/bugfix/proper-return-from-cs-console-status = 8251f40 into borshop-integration-1237-bugfix/proper-return-from-cs-console-status

@borshop
Copy link
Contributor

@borshop borshop commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_cs/bugfix/proper-return-from-cs-console-status = 8251f40 merged ok, testing candidate = 49d4e92

@borshop
Copy link
Contributor

@borshop borshop commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

@borshop borshop commented on 8251f40 Sep 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding develop to borshop-integration-1237-bugfix/proper-return-from-cs-console-status = 49d4e92

Please sign in to comment.