ensure new lines exist on all files

This commit is contained in:
Alex Zenla 2023-09-10 04:37:30 -04:00
parent 3ed9350cd2
commit 1cfb197a7f
Signed by: alex
GPG Key ID: C0780728420EBFE5
2 changed files with 2 additions and 2 deletions

View File

@ -55,4 +55,4 @@ class AstGraph {
return graph
}
}
}
}

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"
}
}