From 5abb84dabf74b2a0b02f053863a17a480ce79210 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 16 Oct 2024 16:52:37 -0400 Subject: [PATCH] TaploFmt --- pallets/staking/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index c3c3e85a7..53ac16ef6 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -49,8 +49,8 @@ pallet-timestamp ={ version="28.0.0", default-features=false } sp-io ={ version="31.0.0", default-features=false } sp-npos-elections ={ version="27.0.0", default-features=false } -rand_core ="0.6.4" -tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", rev="cb167f2", features=["mock"] } +rand_core="0.6.4" +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote", rev="cb167f2", features=["mock"] } [features] default=['std']