Skip to content

Commit 1e40997

Browse files
committed
Fmt
1 parent d7aae84 commit 1e40997

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,8 @@ mod tests {
17101710
.await
17111711
.unwrap();
17121712

1713-
let echoed: serde_json::Value = serde_json::from_slice(&res.bytes().await.unwrap()).unwrap();
1713+
let echoed: serde_json::Value =
1714+
serde_json::from_slice(&res.bytes().await.unwrap()).unwrap();
17141715
assert!(echoed["measurement"].is_null());
17151716
assert!(echoed["attestation_type"].is_null());
17161717
}

0 commit comments

Comments
 (0)