Skip to content

Commit 08f6541

Browse files
committed
chore: fmt
1 parent 100b8c2 commit 08f6541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/rs-sdk/src/sdk.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ impl Sdk {
472472
}
473473
}
474474

475-
476475
/// Return configuration of quorum, like type of quorum used for instant lock.
477476
pub(crate) fn quorum_params(&self) -> QuorumParams {
478477
self.network_type.to_quorum_params()
@@ -856,7 +855,7 @@ impl SdkBuilder {
856855
mock:mock_sdk.clone(),
857856
dapi,
858857
version:self.version,
859-
},
858+
},
860859
network_type: self.network_type,
861860
dump_dir: self.dump_dir.clone(),
862861
proofs:self.proofs,

0 commit comments

Comments
 (0)