diff options
| author | Shritesh Bhattarai <shritesh@shritesh.com> | 2019-04-16 01:42:11 -0500 |
|---|---|---|
| committer | Shritesh Bhattarai <shritesh@shritesh.com> | 2019-04-16 01:42:11 -0500 |
| commit | 4235982fe6965ce4fe02f1cfcb4d919752369379 (patch) | |
| tree | 5c2c7e8bd8389a41fcedadeda91d3c885a27b754 | |
| parent | aa3f31ac0a986f780831697b6d4b0074dbce9ced (diff) | |
| download | zig-4235982fe6965ce4fe02f1cfcb4d919752369379.tar.gz zig-4235982fe6965ce4fe02f1cfcb4d919752369379.zip | |
fmt wasm_allocator
| -rw-r--r-- | std/heap.zig | 2 |
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; } |
