Skip to content

Commit c077733

Browse files
Sascha Wolfalexocode
Sascha Wolf
authored andcommitted
Format: Run mix format
1 parent dce4562 commit c077733

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ defmodule Mix.Tasks.Format do
138138

139139
defp eval_dot_formatter(opts) do
140140
case dot_formatter(opts) do
141-
{:ok, dot_formatter} -> {Path.dirname(dot_formatter), eval_file_with_keyword_list(dot_formatter)}
142-
:error -> {nil, []}
141+
{:ok, dot_formatter} ->
142+
{Path.dirname(dot_formatter), eval_file_with_keyword_list(dot_formatter)}
143+
144+
:error ->
145+
{nil, []}
143146
end
144147
end
145148

0 commit comments

Comments
 (0)