Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Nov 3, 2022
1 parent 8c6df9a commit 050809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/marketplace/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub mod v2 {
&item_id,
RoyaltyOf::<T> {
author: royalty.author,
royalty: Into::<u16>::into(transformed_royalty)
royalty: Into::<u16>::into(transformed_royalty),
},
);
count += 1;
Expand Down

0 comments on commit 050809f

Please sign in to comment.