Skip to content

Commit 80c905f

Browse files
committed
Format: Run mix format properly on the changed test
1 parent c077733 commit 80c905f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/test/mix/tasks/format_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ defmodule Mix.Tasks.FormatTest do
219219
end
220220
end
221221

222-
test "can read exported configuration from dependencies with .formatter.exs in a different folder", context do
222+
test "can read exported configuration from dependencies with .formatter.exs in a different folder",
223+
context do
223224
Mix.Project.push(__MODULE__.FormatWithDepsApp)
224225

225226
in_tmp context.test, fn ->

0 commit comments

Comments
 (0)