fixed formatting (#2864)

This commit is contained in:
Stefanie Doll
2019-06-14 16:34:49 +02:00
committed by Gavin Wood
parent bda8641892
commit 2082e9468e
+4 -2
View File
@@ -88,7 +88,8 @@ pub trait StateApi<Hash> {
fn child_storage(
&self,
child_storage_key: StorageKey,
key: StorageKey, hash: Option<Hash>
key: StorageKey,
hash: Option<Hash>
) -> Result<Option<StorageData>>;
/// Returns the hash of a child storage entry at a block's state.
@@ -96,7 +97,8 @@ pub trait StateApi<Hash> {
fn child_storage_hash(
&self,
child_storage_key: StorageKey,
key: StorageKey, hash: Option<Hash>
key: StorageKey,
hash: Option<Hash>
) -> Result<Option<Hash>>;
/// Returns the size of a child storage entry at a block's state.