Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aang114 committed Jul 3, 2024
1 parent 85c89d2 commit 7006d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountsdb/index.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ pub const DiskMemoryAllocator = struct {
std.debug.print("Disk Memory Allocator error: {}\n", .{err});
return null;
};

self.hashmap.put(memory.ptr, count) catch |err| {
std.debug.print("Disk Memory Allocator error: {}\n", .{err});
// unmap the memory
Expand Down

0 comments on commit 7006d35

Please sign in to comment.