Formatting.

This commit is contained in:
Erik C. Thauvin 2017-04-18 17:54:48 -07:00
parent 5f896dc03e
commit a89860e944

View file

@ -15,7 +15,7 @@ val bs = buildScript {
val p = project {
name = "example"
exec {
commandLine(listOf("echo", "Hello, World!"))
}