Skip to content

Commit 42ff244

Browse files
committed
remove rust-toolchain file
1 parent 967ca5a commit 42ff244

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/bundle/dsse.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,11 @@ mod tests {
247247

248248
// PAE should contain the payload
249249
let payload_str = String::from_utf8(envelope.payload().to_vec()).unwrap();
250-
assert!(String::from_utf8(pae_result)
251-
.unwrap()
252-
.contains(&payload_str));
250+
assert!(
251+
String::from_utf8(pae_result)
252+
.unwrap()
253+
.contains(&payload_str)
254+
);
253255
}
254256

255257
#[test]

0 commit comments

Comments
 (0)