Skip to content

Commit a1e8944

Browse files
author
ondrej.basler
committed
Format method arguments
1 parent 06e5612 commit a1e8944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/github/ivancarras/graphfity/plugin/task/GraphfityTask.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ abstract class GraphfityTask : DefaultTask() {
211211
}
212212

213213
private fun addNodeLevelsToFile(
214-
dotFile: File, nodeLevels: HashMap<String, Int>
214+
dotFile: File,
215+
nodeLevels: HashMap<String, Int>
215216
) {
216217
nodeLevels.asSequence().groupBy({ it.value }, { it.key }).forEach {
217218
dotFile.appendText("\n{ rank=same;")

0 commit comments

Comments
 (0)