Skip to content

Commit 90451af

Browse files
committed
chore: cargo fmt
1 parent b6cb602 commit 90451af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/wasm-sdk/src/queries/data_contract.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ impl WasmSdk {
4040
.await?
4141
.ok_or_else(|| WasmSdkError::not_found("Data contract not found"))?;
4242

43-
let platform_version = dash_sdk::dpp::version::PlatformVersion::get(self.version()).unwrap();
43+
let platform_version =
44+
dash_sdk::dpp::version::PlatformVersion::get(self.version()).unwrap();
4445
Ok(DataContractWasm::new(contract, platform_version))
4546
}
4647

0 commit comments

Comments
 (0)