ci: vfmt vlib/net/socket.v

pull/13569/head
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
1 changed files with 1 additions and 1 deletions

View File

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