Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 10, 2024
1 parent c787283 commit ddf907b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/gen/c/str.v
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ fn (mut g Gen) gen_expr_to_string(expr ast.Expr, etype ast.Type) {
}
}
g.expr_with_cast(expr, typ, typ)
g.write(')')
} else if typ.has_flag(.option) {
// only Option fn receive argument
g.expr_with_cast(expr, typ, typ)
Expand Down

0 comments on commit ddf907b

Please sign in to comment.