ci: vfmt new vlib/vweb/vweb_app_test.v

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

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)
}()