Commit 4235982fe6

Shritesh Bhattarai <shritesh@shritesh.com>
2019-04-16 08:42:11
fmt wasm_allocator
1 parent aa3f31a
Changed files (1)
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;
     }