Skip to content

Commit a705f2e

Browse files
committed
Removing extra return at end of function for clippy.
1 parent 8699b9a commit a705f2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

node/src/reactor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ where
672672
};
673673
if let Err(error) = self.scheduler.debug_dump(&mut file).await {
674674
warn!(%error, "could not serialize debug snapshot to {}", debug_dump_filename);
675-
return;
676675
}
677676
}
678677

0 commit comments

Comments
 (0)