Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Mar 16, 2021
1 parent d46f3d4 commit 3116627
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weight-meter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub use weight_meter_procedural::weight;
/// #[orml_weight_meter::method_benchmarks]
/// #[frame_support::pallet]
/// pub mod module {
/// use super::*;
/// ..
/// }
/// ```
Expand Down Expand Up @@ -74,7 +73,7 @@ pub use weight_meter_procedural::weight;
/// #[pallet::weight(T::WeightInfo::do_something())]
/// #[orml_weight_meter::start_with(1_000_000)]
/// pub fn do_something(origin: OriginFor<T>, something: u32) ->
/// DispatchResultWithPostInfo {
/// DispatchResultWithPostInfo {
/// let who = ensure_signed(origin)?;
/// Self::inner_do_something(something);
/// // Emit an event.
Expand Down

0 comments on commit 3116627

Please sign in to comment.