Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <salaheldin_sameh@aucegypt.edu>
  • Loading branch information
salaheldinsoliman committed Mar 1, 2025
1 parent 0002188 commit b15bb1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/codegen/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,6 @@ pub fn assign_single(
var_no: pos,
};


if ns.target == Target::Soroban {
value = soroban_encode(&left.loc(), vec![value], ns, vartab, cfg, false).2
[0]
Expand Down
1 change: 0 additions & 1 deletion src/emit/soroban/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ impl<'a> TargetRuntime<'a> for SorobanTarget {
) {
emit_context!(binary);


let storage_type = storage_type_to_int(storage_type);

let function_value = binary
Expand Down

0 comments on commit b15bb1b

Please sign in to comment.