Skip to content

Commit 3252919

Browse files
committed
Revert to previous printing message for compatibility
1 parent dd672b1 commit 3252919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/mix/lib/mix/tasks/xref.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,9 +1266,7 @@ defmodule Mix.Tasks.Xref do
12661266
0
12671267

12681268
cycles ->
1269-
shell.info(
1270-
"#{length(cycles)} strongly connected components (cycles) found. Showing them in decreasing size:\n"
1271-
)
1269+
shell.info("#{length(cycles)} cycles found. Showing them in decreasing size:\n")
12721270

12731271
for {length, cycle} <- cycles do
12741272
shell.info("Cycle of length #{length}:\n")

0 commit comments

Comments
 (0)