mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +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 {
|
||||
std.debug.assert(completion == &self.close_completion);
|
||||
if (self.client != null) {
|
||||
if (self.client != null) {
|
||||
self.client = null;
|
||||
}
|
||||
self.queueAccept();
|
||||
|
||||
Reference in New Issue
Block a user