Reformatted code.
This commit is contained in:
@@ -111,7 +111,7 @@ fun main(args: Array<String>) {
|
|||||||
|
|
||||||
fun String.flat() = this.replaceAll(" ", "")
|
fun String.flat() = this.replaceAll(" ", "")
|
||||||
|
|
||||||
fun List<GenericFunction>.writeTo(file : File, builder : GenericFunction.() -> String) {
|
fun List<GenericFunction>.writeTo(file: File, builder: GenericFunction.() -> String) {
|
||||||
println("Generating file: ${file.getPath()}")
|
println("Generating file: ${file.getPath()}")
|
||||||
val its = FileWriter(file)
|
val its = FileWriter(file)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user