Skip to content

Commit ed67855

Browse files
committed
format
1 parent c2e8686 commit ed67855

File tree

1 file changed

+1
-1
lines changed
  • protocol-units/execution/monza/executor/src

1 file changed

+1
-1
lines changed

protocol-units/execution/monza/executor/src/v1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ mod tests {
317317
let db_reader = executor.executor.db.read_owned().await.reader.clone();
318318
let latest_version = db_reader.get_latest_version()?;
319319
assert_eq!(db_reader.get_latest_version().unwrap(), version_to_revert - 1);
320+
320321
services_handle.abort();
321322
background_handle.abort();
322-
323323
Ok(())
324324
}
325325

0 commit comments

Comments
 (0)