Skip to content

Commit 608c33f

Browse files
committed
Fixed fmt issues
1 parent 3dc265d commit 608c33f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

basics/account-data/steel/program/src/create_address_info.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ pub fn process_create_address_info(accounts: &[AccountInfo<'_>], data: &[u8]) ->
7575
city: '{}'
7676
}}",
7777
bytes_to_string(&address_info.data.name),
78-
u64::from_le_bytes(
79-
address_info
80-
.data
81-
.house_number
82-
),
78+
u64::from_le_bytes(address_info.data.house_number),
8379
bytes_to_string(&address_info.data.street),
8480
bytes_to_string(&address_info.data.city),
8581
);

0 commit comments

Comments
 (0)