Skip to content

Commit bb4cd4f

Browse files
committed
zig fmt
1 parent 693f767 commit bb4cd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const Server = struct {
251251

252252
fn callbackClose(self: *Server, completion: *Completion, _: CloseError!void) void {
253253
std.debug.assert(completion == &self.close_completion);
254-
if (self.client != null) {
254+
if (self.client != null) {
255255
self.client = null;
256256
}
257257
self.queueAccept();

0 commit comments

Comments
 (0)