Skip to content

Commit 4235982

Browse files
committed
fmt wasm_allocator
1 parent aa3f31a commit 4235982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

std/heap.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)