mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 21:00:56 +00:00
ensure new lines exist on all files
This commit is contained in:
parent
3ed9350cd2
commit
1cfb197a7f
@ -55,4 +55,4 @@ class AstGraph {
|
|||||||
return graph
|
return graph
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,4 +2,4 @@ package gay.pizza.pork.evaluator
|
|||||||
|
|
||||||
class ValueStore(var value: Any, val type: ValueStoreType) {
|
class ValueStore(var value: Any, val type: ValueStoreType) {
|
||||||
override fun toString(): String = "${type.name}: $value"
|
override fun toString(): String = "${type.name}: $value"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user