Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1888155

Browse files
committed
Merge remote-tracking branch 'origin/gav-assets-extra' into gav-assets-extra
2 parents b8ef2fb + 9c79b6d commit 1888155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/assets/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135

136136
use sp_std::{fmt::Debug};
137137
use sp_runtime::{RuntimeDebug, traits::{
138-
Member, AtLeast32Bit, AtLeast32BitUnsigned, Zero, StaticLookup, Saturating, CheckedSub
138+
Member, AtLeast32Bit, AtLeast32BitUnsigned, Zero, StaticLookup, Saturating, CheckedSub,
139139
}};
140140
use codec::{Encode, Decode};
141141
use frame_support::{Parameter, decl_module, decl_event, decl_storage, decl_error, ensure,

0 commit comments

Comments
 (0)