Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Sep 22, 2023
1 parent 83d0a15 commit 6bee592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/investments/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use sp_std::{
vec::Vec,
};
pub mod weights;
use weights::WeightInfo;
pub use weights::WeightInfo;

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;
Expand Down

0 comments on commit 6bee592

Please sign in to comment.