Skip to content

Commit

Permalink
fix: result type
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Sep 19, 2024
1 parent 699275c commit 94ee34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop-api/src/v0/fungibles/traits.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! A set of traits that implement the PSP22 token standard.

use super::*;
use core::result::Result;
use ink::prelude::string::String;
use std::result::Result;

/// The PSP22 trait.
#[ink::trait_definition]
Expand Down

0 comments on commit 94ee34e

Please sign in to comment.