From 61c3304df0972ac00578d2e08af80cee9a469a59 Mon Sep 17 00:00:00 2001 From: Parv Sharma Date: Tue, 8 Aug 2023 02:25:39 +0530 Subject: [PATCH] fmt --- concordium-cis2/src/cis2_client.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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::*, *};