Skip to content

Commit

Permalink
format: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-wang00 committed Apr 23, 2024
1 parent 0c6c1a6 commit e945704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
//! ### Offline Validation Example
//!```rust
//! // get the license key from above code ...
//!
//!
//! // save the license key to a file
//! let path = "cached_license_key";
//! save_license_key_to_file(&license_key, path)?;
//!
//!
//! // you can also load the license key from a file
//! let loaded_license_key = cryptolens_yc::load_license_key_from_file(path)?;
//!
//!
//! // validate the loaded license key
//! match loaded_license_key.has_valid_signature(public_key) {
//! Ok(valid) => assert_eq!(valid, true),
Expand Down

0 comments on commit e945704

Please sign in to comment.