mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
Reformat
This commit is contained in:
@@ -16,11 +16,13 @@
|
|||||||
// Copyright 2019-2020 Parity Technologies (UK) Ltd.
|
// Copyright 2019-2020 Parity Technologies (UK) Ltd.
|
||||||
|
|
||||||
//! Session support
|
//! Session support
|
||||||
#![warn(missing_docs)] // yuck ☹
|
|
||||||
use crate::frame::system::System;
|
use crate::frame::system::System;
|
||||||
use codec::Encode;
|
use codec::Encode;
|
||||||
use frame_support::Parameter;
|
use frame_support::Parameter;
|
||||||
use std::{fmt::Debug, marker::PhantomData};
|
use std::{
|
||||||
|
fmt::Debug,
|
||||||
|
marker::PhantomData,
|
||||||
|
};
|
||||||
use substrate_subxt_proc_macro::Store;
|
use substrate_subxt_proc_macro::Store;
|
||||||
|
|
||||||
/// The trait needed for this module.
|
/// The trait needed for this module.
|
||||||
|
|||||||
Reference in New Issue
Block a user