Skip to content

Commit b15bb1b

Browse files
cargo fmt
Signed-off-by: salaheldinsoliman <[email protected]>
1 parent 0002188 commit b15bb1b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/codegen/expression.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,6 @@ pub fn assign_single(
32623262
var_no: pos,
32633263
};
32643264

3265-
32663265
if ns.target == Target::Soroban {
32673266
value = soroban_encode(&left.loc(), vec![value], ns, vartab, cfg, false).2
32683267
[0]

src/emit/soroban/target.rs

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ impl<'a> TargetRuntime<'a> for SorobanTarget {
8484
) {
8585
emit_context!(binary);
8686

87-
8887
let storage_type = storage_type_to_int(storage_type);
8988

9089
let function_value = binary

0 commit comments

Comments
 (0)