Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Jun 25, 2021
1 parent 05d463c commit 5c5cabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/eth2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,8 @@ impl BeaconNodeHttpClient {
&format!("{:?}", attestation_data_root),
);

self.get_opt_with_timeout(path, self.timeouts.attestation).await
self.get_opt_with_timeout(path, self.timeouts.attestation)
.await
}

/// `POST validator/duties/attester/{epoch}`
Expand Down

0 comments on commit 5c5cabf

Please sign in to comment.