Remove duplicate comments (#6638)

This commit is contained in:
Kian Paimani
2020-07-12 10:02:56 +02:00
committed by GitHub
parent 903cd4e801
commit c03f1743c8
14 changed files with 0 additions and 82 deletions
@@ -114,8 +114,6 @@ impl OtherTrait for Test {
type OtherEvent = ();
}
// This function basically just builds a genesis storage key/value store according to
// our desired mockup.
fn new_test_ext() -> sp_io::TestExternalities {
frame_system::GenesisConfig::default().build_storage::<Test>().unwrap().into()
}