Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 22, 2023
1 parent 7796fa6 commit a4e1a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/creditcoin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1442,4 +1442,4 @@ pub mod pallet {
Ok(PostDispatchInfo { actual_weight: None, pays_fee: Pays::No })
}
}
}
}
2 changes: 1 addition & 1 deletion pallets/difficulty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ impl<T: Config> OnTimestampSet<T::Moment> for Pallet<T> {
CurrentDifficulty::<T>::put(next_difficulty);
PreviousDifficultiesAndTimestamps::<T>::put(previous);
}
}
}

0 comments on commit a4e1a86

Please sign in to comment.