Skip to content

Commit

Permalink
third commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackliu-miaozi committed Dec 18, 2023
1 parent 888f60b commit 03c0e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/01-tamagotchi/io/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![no_std]

use codec::{Decode, Encode};
use gmeta::{Metadata,In,InOut,Out};
use gmeta::{In, InOut, Metadata, Out};
use gstd::prelude::*;

#[derive(Default, Encode, Decode, TypeInfo)]
Expand Down

0 comments on commit 03c0e3c

Please sign in to comment.