fmt wasm_allocator

This commit is contained in:
Shritesh Bhattarai 2019-04-16 01:42:11 -05:00
parent aa3f31ac0a
commit 4235982fe6

View File

@ -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;
}