1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: vfmt vlib/net/socket.v

This commit is contained in:
Delyan Angelov 2022-02-22 15:21:20 +02:00
parent ee1de06678
commit 33d379d530
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -1,7 +1,7 @@
module net
pub struct Socket {
pub:
pub:
handle int
}