mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Mass replace ,); pattern (#3580)
This is an artifact left by rustfmt which is not dare to remove the comma being conservative.
This commit is contained in:
@@ -729,6 +729,6 @@ mod tests {
|
||||
stream.append(&2u64);
|
||||
stream.append(&3u64);
|
||||
|
||||
assert_eq!(Receipt::is_successful_raw_receipt(&stream.out()), Ok(false),);
|
||||
assert_eq!(Receipt::is_successful_raw_receipt(&stream.out()), Ok(false));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user