Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Jan 29, 2024
1 parent ebf1779 commit 6b087e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trait IHelloStarknet<TContractState> {
mod HelloStarknet {
#[storage]
struct Storage {
balance: felt252,
balance: felt252,
}

#[abi(embed_v0)]
Expand Down

0 comments on commit 6b087e0

Please sign in to comment.