Skip to content

Commit fea8698

Browse files
committed
cgen: fmt
1 parent 755ab95 commit fea8698

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vlib/v/gen/c/cgen.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,8 +6745,8 @@ fn (mut g Gen) selector_expr(node ast.SelectorExpr) {
67456745
} else {
67466746
last_sc_sym.kind
67476747
}
6748-
if raw_sc_kind !in [.struct, .aggregate, .array, .array_fixed, .map, .interface,
6749-
.sum_type, .function] {
6748+
if raw_sc_kind !in [.struct, .aggregate, .array, .array_fixed, .map, .interface, .sum_type,
6749+
.function] {
67506750
interface_smartcast_expr_is_dereferenced = true
67516751
}
67526752
}

0 commit comments

Comments
 (0)