Skip to content

Commit 0a3a830

Browse files
committed
remove clone
1 parent 70591dd commit 0a3a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub enum ControlFlow {
6060
}
6161

6262
/// Submits sidecars in ethereum txns to mainnet ethereum
63-
#[derive(Debug, Clone)]
63+
#[derive(Debug)]
6464
pub struct SubmitTask {
6565
/// Zenith
6666
pub zenith: ZenithInstance,

0 commit comments

Comments
 (0)