Lamberto Basti
fun CodeBlock.Builder.endControlFlow(format: String, vararg args: Any) = apply { unindent() add("}$format\n", args) }
endControlFlow
add("}\n")
A modern programming language that makes developers happier.