Skip to content

Commit

Permalink
Format, once again
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Sep 29, 2023
1 parent 00405a9 commit 555463a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kani-compiler/src/codegen_cprover_gotoc/codegen/operand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,7 @@ impl<'tcx> GotocCtx<'tcx> {
}
})
.collect();
Expr::struct_expr_from_values(
overall_type,
field_values,
&self.symbol_table,
)
Expr::struct_expr_from_values(overall_type, field_values, &self.symbol_table)
} else if adt.is_enum() {
let layout = self.layout_of(ty);
let overall_t = self.codegen_ty(ty);
Expand Down

0 comments on commit 555463a

Please sign in to comment.