Skip to content

Commit

Permalink
Fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Nov 16, 2020
1 parent 0607eff commit 1499b84
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions beacon_node/http_api/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1806,14 +1806,9 @@ impl ApiTester {
}

pub async fn test_get_lighthouse_staking(self) -> Self {
let result = self
.client
.get_lighthouse_staking()
.await
.unwrap();
let result = self.client.get_lighthouse_staking().await.unwrap();

assert_eq!(result, false);
}
assert_eq!(result, false);

self
}
Expand Down

0 comments on commit 1499b84

Please sign in to comment.