minor tweaks.

This commit is contained in:
Mark Thom
2017-02-28 13:28:06 -07:00
parent 00ad58e741
commit 6822be4bc9
2 changed files with 2 additions and 13 deletions

View File

@@ -172,8 +172,7 @@ impl Machine {
}
if succeeded {
let result = Some(self.heap_view(heap_locs));
result
Some(self.heap_view(heap_locs))
} else {
None
}