aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShritesh Bhattarai <shritesh@shritesh.com>2019-04-16 01:42:11 -0500
committerShritesh Bhattarai <shritesh@shritesh.com>2019-04-16 01:42:11 -0500
commit4235982fe6965ce4fe02f1cfcb4d919752369379 (patch)
tree5c2c7e8bd8389a41fcedadeda91d3c885a27b754
parentaa3f31ac0a986f780831697b6d4b0074dbce9ced (diff)
downloadzig-4235982fe6965ce4fe02f1cfcb4d919752369379.tar.gz
zig-4235982fe6965ce4fe02f1cfcb4d919752369379.zip
fmt wasm_allocator
-rw-r--r--std/heap.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/heap.zig b/std/heap.zig
index aaf087d2d6..72dccc78f3 100644
--- a/std/heap.zig
+++ b/std/heap.zig
@@ -366,8 +366,6 @@ pub const WasmAllocator = struct {
const result = self.start_ptr[adjusted_index..new_end_index];
self.end_index = new_end_index;
-
-
return result;
}