From 33d379d530104739416407bb74a6f8c998c1400c Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 22 Feb 2022 15:21:20 +0200 Subject: [PATCH] ci: vfmt vlib/net/socket.v --- vlib/net/socket.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/net/socket.v b/vlib/net/socket.v index 0ea920d38..2cb7ef902 100644 --- a/vlib/net/socket.v +++ b/vlib/net/socket.v @@ -1,7 +1,7 @@ module net pub struct Socket { - pub: +pub: handle int } -- 2.30.2