Skip to content

Commit fb0d325

Browse files
committed
fix: remove unused variable
1 parent 3b66fd3 commit fb0d325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

substrate/frame/broker/src/test_fungibles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ where
124124
TestAssetOf::get().contains_key(&(Instance::get(), asset.encode()))
125125
}
126126

127-
fn asset_sufficient(asset: Self::AssetId) -> Option<bool> {
127+
fn asset_sufficient(_: Self::AssetId) -> Option<bool> {
128128
None
129129
}
130130
}

0 commit comments

Comments
 (0)