fmt/clippy from last commit

This commit is contained in:
Luke Parker
2023-01-06 01:35:02 -05:00
parent f760c09006
commit e0deaa5539
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
use core::{ops::{Add, Mul}};
use core::{
ops::{Add, Mul},
};
use scale::{Encode, Decode, MaxEncodedLen};
use scale_info::TypeInfo;