Update to DataForge 0.8

This commit is contained in:
Alexander Nozik 2024-02-19 20:14:26 +03:00
parent b66c6b4fe6
commit 8746360f14

View File

@ -65,7 +65,7 @@ public class Postprocessor<out R>(
} }
override fun onTagContentUnsafe(block: Unsafe.() -> Unit) { override fun onTagContentUnsafe(block: Unsafe.() -> Unit) {
val proxy = object :Unsafe{ val proxy = object : Unsafe {
override fun String.unaryPlus() { override fun String.unaryPlus() {
consumer.onTagContentUnsafe { consumer.onTagContentUnsafe {
processor.process(this@unaryPlus).unaryPlus() processor.process(this@unaryPlus).unaryPlus()