ensure new lines exist on all files

This commit is contained in:
2023-09-10 04:37:30 -04:00
parent 3ed9350cd2
commit 1cfb197a7f
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ package gay.pizza.pork.evaluator
class ValueStore(var value: Any, val type: ValueStoreType) {
override fun toString(): String = "${type.name}: $value"
}
}