ci: fix test-cleancode

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

View File

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