Skip to content

Commit df4c47c

Browse files
committed
format code
1 parent cc318ef commit df4c47c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contracts/price-feed/src/contract.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ pub fn try_request(
7979
symbols,
8080
minimum_sources: config.minimum_sources,
8181
}
82-
.try_to_vec().map(Binary)
82+
.try_to_vec()
83+
.map(Binary)
8384
.map_err(|err| ContractError::CustomError {
8485
val: err.to_string(),
8586
})?;

0 commit comments

Comments
 (0)