Skip to content

Commit 97dcd5e

Browse files
🤖 Apply formatting changes
1 parent b2f18ec commit 97dcd5e

File tree

1 file changed

+2
-1
lines changed
  • src/backend/src/exchange/providers/icpswap

1 file changed

+2
-1
lines changed

src/backend/src/exchange/providers/icpswap/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ mod tests {
223223

224224
#[test]
225225
fn parse_icpswap_body_rejects_missing_tvl() {
226-
let json = br#"{"code":0,"data":{"tokenLedgerId":"x","price":"1.25","priceChange24H":"-2.5"}}"#;
226+
let json =
227+
br#"{"code":0,"data":{"tokenLedgerId":"x","price":"1.25","priceChange24H":"-2.5"}}"#;
227228
let parsed: Result<IcpSwapEnvelope, _> = serde_json::from_slice(json);
228229
assert!(parsed
229230
.ok()

0 commit comments

Comments
 (0)