From 5a27a847f6119be988f30b3a9eba728e40936ad3 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Fri, 24 Nov 2023 17:52:45 -0500 Subject: [PATCH] fmt --- primitives/src/types/jobs.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/primitives/src/types/jobs.rs b/primitives/src/types/jobs.rs index 7e0524fa2..f2ae09b73 100644 --- a/primitives/src/types/jobs.rs +++ b/primitives/src/types/jobs.rs @@ -155,7 +155,7 @@ pub struct DKGJobType { pub threshold: u8, /// the caller permitted to use this result later - pub permitted_caller: Option + pub permitted_caller: Option, } /// Represents the DKG Signature job type. @@ -176,7 +176,7 @@ pub struct ZkSaasPhaseOneJobType { /// List of participants' account IDs. pub participants: Vec, /// the caller permitted to use this result later - pub permitted_caller: Option + pub permitted_caller: Option, } /// Represents the (zk-SNARK) Phase Two job type. @@ -246,7 +246,7 @@ pub struct PhaseOneResult { pub threshold: Option, /// permitted caller to use this result - pub permitted_caller : Option + pub permitted_caller: Option, } /// Represents different types of validator offences.