Skip to content

Commit

Permalink
Remove redundant where constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsSR committed Nov 13, 2023
1 parent 1845e1f commit 28317e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/api/ecdar_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ impl ConcreteEcdarApi {
query_context: Arc<dyn QueryContextTrait>,
session_context: Arc<dyn SessionContextTrait>,
in_use_context: Arc<dyn InUseContextTrait>,
) -> Self
where
Self: Sized,
{
) -> Self {
ConcreteEcdarApi {
reveaal_address: env::var("REVEAAL_ADDRESS")
.expect("Expected REVEAAL_ADDRESS to be set."),
Expand Down

0 comments on commit 28317e5

Please sign in to comment.