Reformatted code.

This commit is contained in:
Evgeny Gerashchenko
2013-03-20 18:30:54 +04:00
parent aa74bb6611
commit ef391f0642
@@ -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)