Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed May 3, 2023
1 parent 3e10b26 commit 29fb985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion validator_client/src/http_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1175,4 +1175,4 @@ where

response
})
}
}
2 changes: 1 addition & 1 deletion validator_client/src/http_api/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,4 +981,4 @@ fn web3signer_validator_creation() {
.assert_enabled_validators_count(1)
.assert_validators_count(1);
});
}
}
2 changes: 1 addition & 1 deletion validator_client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,4 @@ pub fn determine_graffiti(
})
.or(validator_definition_graffiti)
.or(graffiti_flag)
}
}

0 comments on commit 29fb985

Please sign in to comment.