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:
@ -18,7 +18,7 @@ struct Article {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn test_a_vweb_application_compiles() {
|
fn test_a_vweb_application_compiles() {
|
||||||
go fn() {
|
go fn () {
|
||||||
time.sleep(2 * time.second)
|
time.sleep(2 * time.second)
|
||||||
exit(0)
|
exit(0)
|
||||||
}()
|
}()
|
||||||
|
Reference in New Issue
Block a user