Skip to content

Commit 0445647

Browse files
committed
Fix indentation
1 parent f83eb30 commit 0445647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/scm/git.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule Mix.SCM.Git do
1717
case Enum.find_value [:branch, :ref, :tag], &List.keyfind(lock_opts, &1, 0) do
1818
{:ref, _} -> lock <> " (ref)"
1919
{key, val} -> lock <> " (#{key}: #{val})"
20-
nil -> lock
20+
nil -> lock
2121
end
2222
_ ->
2323
nil

0 commit comments

Comments
 (0)