From 4235982fe6965ce4fe02f1cfcb4d919752369379 Mon Sep 17 00:00:00 2001 From: Shritesh Bhattarai Date: Tue, 16 Apr 2019 01:42:11 -0500 Subject: [PATCH] fmt wasm_allocator --- std/heap.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/heap.zig b/std/heap.zig index aaf087d2d..72dccc78f 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; }