From 9fc8587e2c2bff33a063531ef9045d48dc4a587e Mon Sep 17 00:00:00 2001 From: Laytan Date: Tue, 6 Feb 2024 20:41:53 +0100 Subject: [PATCH] encoding/cbor: untouch net/common.odin --- core/net/common.odin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/common.odin b/core/net/common.odin index 3cd1459a6..2a6f44602 100644 --- a/core/net/common.odin +++ b/core/net/common.odin @@ -413,5 +413,4 @@ DNS_Record_Header :: struct #packed { DNS_Host_Entry :: struct { name: string, addr: Address, -} - +} \ No newline at end of file