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