Skip to content

Commit 829d3aa

Browse files
committed
Fix formatting
1 parent 1605df4 commit 829d3aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/eth2/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,8 @@ impl BeaconNodeHttpClient {
10981098
&format!("{:?}", attestation_data_root),
10991099
);
11001100

1101-
self.get_opt_with_timeout(path, self.timeouts.attestation).await
1101+
self.get_opt_with_timeout(path, self.timeouts.attestation)
1102+
.await
11021103
}
11031104

11041105
/// `POST validator/duties/attester/{epoch}`

0 commit comments

Comments
 (0)