Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 19, 2024
1 parent 2f24101 commit b99a551
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pallets/services/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ impl<T: Config> Pallet<T> {
///
/// # Returns
/// * `Result<(bool, Weight), DispatchErrorWithPostInfo>` - A tuple containing a boolean
/// indicating
/// whether the approve is allowed and the weight of the operation.
/// indicating whether the approve is allowed and the weight of the operation.
pub fn on_approve_hook(
blueprint: &ServiceBlueprint<T::Constraints>,
blueprint_id: u64,
Expand Down Expand Up @@ -397,8 +396,7 @@ impl<T: Config> Pallet<T> {
///
/// # Returns
/// * `Result<(bool, Weight), DispatchErrorWithPostInfo>` - A tuple containing a boolean
/// indicating
/// whether the reject is allowed and the weight of the operation.
/// indicating whether the reject is allowed and the weight of the operation.
pub fn on_reject_hook(
blueprint: &ServiceBlueprint<T::Constraints>,
blueprint_id: u64,
Expand Down

0 comments on commit b99a551

Please sign in to comment.