mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fmt: run nightly-2023-10-15 and remove semicolons (#6035)
This commit is contained in:
@ -59,7 +59,7 @@ impl Case for BlockchainTestCase {
|
||||
fn run(&self) -> Result<(), Error> {
|
||||
// If the test is marked for skipping, return a Skipped error immediately.
|
||||
if self.skip {
|
||||
return Err(Error::Skipped);
|
||||
return Err(Error::Skipped)
|
||||
}
|
||||
|
||||
// Iterate through test cases, filtering by the network type to exclude specific forks.
|
||||
|
||||
Reference in New Issue
Block a user