Skip to content

Commit

Permalink
Removed extra whitespace before mermaid graph
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Sep 5, 2024
1 parent 3da5c80 commit fb75845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ private constructor(
log.info("Passes before enforcing order: {}", passes.map { it.simpleName })
val orderingHelper = PassOrderingHelper(passes)
log.info(
"The following mermaid graph represents the pass dependencies: \n ${buildMermaid(passes)}"
"The following mermaid graph represents the pass dependencies: \n${buildMermaid(passes)}"
)

return orderingHelper.order()
Expand Down

0 comments on commit fb75845

Please sign in to comment.