diff --git a/scripts/mana_cost_graph.awk b/scripts/mana_cost_graph.awk index 8e1475a8be..c8d74739a1 100644 --- a/scripts/mana_cost_graph.awk +++ b/scripts/mana_cost_graph.awk @@ -11,7 +11,7 @@ BEGIN { printf("\"%s\"", $i); first = 1; } else { - printf("-> \"%s\"", $i); + printf(" -> \"%s\"", $i); } } }