We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd672b1 commit 3252919Copy full SHA for 3252919
1 file changed
lib/mix/lib/mix/tasks/xref.ex
@@ -1266,9 +1266,7 @@ defmodule Mix.Tasks.Xref do
1266
0
1267
1268
cycles ->
1269
- shell.info(
1270
- "#{length(cycles)} strongly connected components (cycles) found. Showing them in decreasing size:\n"
1271
- )
+ shell.info("#{length(cycles)} cycles found. Showing them in decreasing size:\n")
1272
1273
for {length, cycle} <- cycles do
1274
shell.info("Cycle of length #{length}:\n")
0 commit comments