Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Aug 20, 2024
1 parent 5ed0c57 commit 9234d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.zig
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub const Connection = struct {
// |-------------------------->|
// | |
var buffer: [4096]u8 = undefined;
var fba = std.heap.FixedBufferAllocator.init(&buffer);
var fba = heap.FixedBufferAllocator.init(&buffer);

// Write OPTIONS, expect SUPPORTED

Expand Down

0 comments on commit 9234d06

Please sign in to comment.