Skip to content

Commit a0c5603

Browse files
committed
Remove parens
1 parent 670ee0a commit a0c5603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.partition.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ defmodule Mix.Tasks.Deps.Partition do
5757
args = [
5858
ansi_flag,
5959
~c"-e",
60-
~c"Mix.CLI.main()",
60+
~c"Mix.CLI.main",
6161
~c"deps.partition",
6262
force_flag,
6363
~c"--port",

0 commit comments

Comments
 (0)