fmt: run nightly-2023-10-15 and remove semicolons (#6035)

This commit is contained in:
rakita
2024-01-12 12:38:41 +01:00
committed by GitHub
parent 49621631a6
commit ee199bb5db
27 changed files with 161 additions and 167 deletions

View File

@ -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.