Skip to content

Commit

Permalink
ensure new lines exist on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Sep 10, 2023
1 parent 3ed9350 commit 1cfb197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class AstGraph {
return graph
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package gay.pizza.pork.evaluator

class ValueStore(var value: Any, val type: ValueStoreType) {
override fun toString(): String = "${type.name}: $value"
}
}

0 comments on commit 1cfb197

Please sign in to comment.