Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
parv0888 authored and abizjak committed Aug 10, 2023
1 parent 243211c commit eb13c51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions concordium-cis2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
#![cfg_attr(not(feature = "std"), no_std)]

mod cis2_client;
pub use cis2_client::Cis2Client;
pub use cis2_client::Cis2ClientError;
pub use cis2_client::{Cis2Client, Cis2ClientError};

use concordium_std::{collections::BTreeMap, *};
// Re-export for backward compatibility.
Expand Down

0 comments on commit eb13c51

Please sign in to comment.