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:
		| @@ -251,7 +251,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
	 Karl Seguin
					Karl Seguin