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

ci: vfmt new vlib/vweb/vweb_app_test.v

This commit is contained in:
Delyan Angelov 2021-05-11 14:01:57 +03:00
parent 9f27cf5b21
commit 2b420cdf4d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -18,7 +18,7 @@ struct Article {
}
fn test_a_vweb_application_compiles() {
go fn() {
go fn () {
time.sleep(2 * time.second)
exit(0)
}()