Skip to content

Commit

Permalink
fix(238): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Aug 10, 2023
1 parent a54e3f8 commit 8444a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/funding/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ impl<T: Config> Pallet<T> {
project_id,
project_details,
SuccessReason::ReachedTarget,
T::SuccessToSettlementTime::get()
T::SuccessToSettlementTime::get(),
)
}
}
Expand Down

0 comments on commit 8444a29

Please sign in to comment.