mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
zig fmt
This commit is contained in:
@@ -252,7 +252,7 @@ const Server = struct {
|
|||||||
|
|
||||||
fn callbackClose(self: *Server, completion: *Completion, _: CloseError!void) void {
|
fn callbackClose(self: *Server, completion: *Completion, _: CloseError!void) void {
|
||||||
std.debug.assert(completion == &self.close_completion);
|
std.debug.assert(completion == &self.close_completion);
|
||||||
if (self.client != null) {
|
if (self.client != null) {
|
||||||
self.client = null;
|
self.client = null;
|
||||||
}
|
}
|
||||||
self.queueAccept();
|
self.queueAccept();
|
||||||
|
|||||||
Reference in New Issue
Block a user