Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
parv0888 committed Aug 7, 2023
1 parent b433cdd commit 61c3304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions concordium-cis2/src/cis2_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,10 @@ impl Cis2Client {
}

/// Calls the `updateOperator` of the CIS2 contract.
/// If the update is successful and the state is modified, it returns `Ok(true)`, else it returns `Ok(false)`.
/// If there is an error, it returns `Err`.
///
/// If the update is successful and the state is modified, it returns
/// `Ok(true)`, else it returns `Ok(false)`. If there is an error, it
/// returns `Err`.
///
/// # Examples
/// ```rust
/// use concordium_cis2::{cis2_client::*, *};
Expand Down

0 comments on commit 61c3304

Please sign in to comment.