diff --git a/concordium-cis2/src/cis2_client.rs b/concordium-cis2/src/cis2_client.rs index 5e3bd8a9..b5d4910b 100644 --- a/concordium-cis2/src/cis2_client.rs +++ b/concordium-cis2/src/cis2_client.rs @@ -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::*, *};