1
0

Clean + lint

This commit is contained in:
2020-09-30 02:39:58 +02:00
parent ce92e1fae9
commit 66878900f5
19 changed files with 220 additions and 139 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ fun PebbleEngine.render(name: String, args: Map<String, Any?> = mapOf()): String
val writer = StringWriter()
template.evaluate(writer, args)
return writer.toString()
}
}