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 27d29dc commit b4d495f
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 @@ -616,7 +616,7 @@ impl<T: Config> Pallet<T> {
project_id,
project_details,
SuccessReason::ReachedTarget,
T::SuccessToSettlementTime::get()
T::SuccessToSettlementTime::get(),
)
}
}
Expand Down

0 comments on commit b4d495f

Please sign in to comment.