Skip to content

Commit

Permalink
chore: add missing symbol and remote the unnecessary symbol in comment
Browse files Browse the repository at this point in the history
Signed-off-by: xixishidibei <[email protected]>
  • Loading branch information
xixishidibei committed Sep 14, 2024
1 parent 4f6bd31 commit a426a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cstrml/balances/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ macro_rules! decl_tests {
assert_eq!(Balances::total_balance(&2), 256 * 20);

assert_ok!(Balances::reserve(&2, 256 * 19 + 1)); // account 2 becomes mostly reserved
assert_eq!(Balances::free_balance(2), 255); // "free" account deleted."
assert_eq!(Balances::free_balance(2), 255); // "free" account deleted.
assert_eq!(Balances::total_balance(&2), 256 * 20); // reserve still exists.
assert_eq!(System::account_nonce(&2), 1);

Expand Down
1 change: 1 addition & 0 deletions utils/ring/src/pbkdf2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
//! // An attempt to log in with the right password succeeds.
//! assert!(db.verify_password("alice", "@74d7]404j|W}6u").is_ok());
//! }
//! ```

use crate::{constant_time, digest, error, hmac, polyfill};
use core::num::NonZeroU32;
Expand Down

0 comments on commit a426a4a

Please sign in to comment.