authorgravatar for shritesh@shritesh.comShritesh Bhattarai <shritesh@shritesh.com> 2019-04-16 01:42:11-05:00
committergravatar for shritesh@shritesh.comShritesh Bhattarai <shritesh@shritesh.com> 2019-04-16 01:42:11-05:00
log4235982fe6965ce4fe02f1cfcb4d919752369379
tree5c2c7e8bd8389a41fcedadeda91d3c885a27b754
parentaa3f31ac0a986f780831697b6d4b0074dbce9ced

fmt wasm_allocator


1 files changed, 0 insertions(+), 2 deletions(-)

std/heap.zig-2
......@@ -366,8 +366,6 @@ pub const WasmAllocator = struct {
366366 const result = self.start_ptr[adjusted_index..new_end_index];
367367 self.end_index = new_end_index;
368368
369
370
371369 return result;
372370 }
373371