[FIR] Add empty line at the end of generated fir tree files

This commit is contained in:
Dmitriy Novozhilov
2019-10-10 20:45:21 +03:00
parent e9894fb35a
commit dc1874af3c
197 changed files with 198 additions and 198 deletions
@@ -499,7 +499,7 @@ fun PrintWriter.printImplementation(implementation: Implementation) {
println("}")
}
print("}")
println("}")
}
}
@@ -678,7 +678,7 @@ fun PrintWriter.printElement(element: Element) {
indent()
println("fun <D> transformChildren(transformer: FirTransformer<D>, data: D): FirElement")
}
print("}")
println("}")
}
}