aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaytan <laytanlaats@hotmail.com>2024-02-06 20:41:53 +0100
committerLaytan Laats <laytanlaats@hotmail.com>2024-03-04 17:26:19 +0100
commit9fc8587e2c2bff33a063531ef9045d48dc4a587e (patch)
tree24cb5a44602ca6fcc32096a48ee531f41db320f7
parent2a39c60fe4988339a910828ba6dcb022e3086d7a (diff)
encoding/cbor: untouch net/common.odin
-rw-r--r--core/net/common.odin3
1 files changed, 1 insertions, 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