fmt wasm_allocator

master
Shritesh Bhattarai 2019-04-16 01:42:11 -05:00
parent aa3f31ac0a
commit 4235982fe6
1 changed files with 0 additions and 2 deletions

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