We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e5612 commit a1e8944Copy full SHA for a1e8944
src/main/kotlin/com/github/ivancarras/graphfity/plugin/task/GraphfityTask.kt
@@ -211,7 +211,8 @@ abstract class GraphfityTask : DefaultTask() {
211
}
212
213
private fun addNodeLevelsToFile(
214
- dotFile: File, nodeLevels: HashMap<String, Int>
+ dotFile: File,
215
+ nodeLevels: HashMap<String, Int>
216
) {
217
nodeLevels.asSequence().groupBy({ it.value }, { it.key }).forEach {
218
dotFile.appendText("\n{ rank=same;")
0 commit comments