Skip to content
Snippets Groups Projects
Unverified Commit f9adced8 authored by Gav Wood's avatar Gav Wood
Browse files

Whitespace

parent 571e209f
Branches
No related merge requests found
...@@ -86,7 +86,7 @@ impl Trait for Test { ...@@ -86,7 +86,7 @@ impl Trait for Test {
type DustRemoval = (); type DustRemoval = ();
type Event = (); type Event = ();
type ExistentialDeposit = ExistentialDeposit; type ExistentialDeposit = ExistentialDeposit;
type AccountStore = system::Module<Test>; type AccountStore = system::Module<Test>;
} }
pub struct ExtBuilder { pub struct ExtBuilder {
......
...@@ -86,7 +86,7 @@ impl Trait for Test { ...@@ -86,7 +86,7 @@ impl Trait for Test {
type DustRemoval = (); type DustRemoval = ();
type Event = (); type Event = ();
type ExistentialDeposit = ExistentialDeposit; type ExistentialDeposit = ExistentialDeposit;
type AccountStore = StorageMapShim< type AccountStore = StorageMapShim<
super::Account<Test>, super::Account<Test>,
system::CallOnCreatedAccount<Test>, system::CallOnCreatedAccount<Test>,
system::CallKillAccount<Test>, system::CallKillAccount<Test>,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment