Skip to content
Snippets Groups Projects
Commit dae2666c authored by Ali Sinan Köksal's avatar Ali Sinan Köksal
Browse files

formatting generation

parent 4dc8cb3b
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,11 @@ object Utils { ...@@ -42,7 +42,11 @@ object Utils {
} }
}).flatten.flatten }).flatten.flatten
methods.mkString("\n") methods.mkString("\n\n")
} }
} }
def main(args: Array[String]) : Unit = {
println(GenerateCompose(args(0).toInt))
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment