Skip to content

Commit 270adf4

Browse files
committed
rustfmt
1 parent e3150be commit 270adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binary/bitcode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mod tests {
6464
i: 42,
6565
m: HashMap::from([("a".to_string(), 1), ("b".to_string(), 2)]),
6666
b: BTreeMap::from([("a".to_string(), 1), ("b".to_string(), 2)]),
67-
a: Arc::new(String::from("party time 🎉"))
67+
a: Arc::new(String::from("party time 🎉")),
6868
};
6969
let enc = BitcodeCodec::encode(&t).unwrap();
7070
let dec: Test = BitcodeCodec::decode(&enc).unwrap();

0 commit comments

Comments
 (0)