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

ci: fix test-cleancode

This commit is contained in:
Delyan Angelov 2021-02-22 15:22:51 +02:00
parent 5306b2788c
commit 0029d3ca76
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -568,4 +568,3 @@ fn (mut g Gen) gen_array_wait(node ast.CallExpr) {
g.expr(node.left)
g.write(')')
}