remove empty line

This commit is contained in:
Mengran Lan
2024-06-07 10:31:07 +08:00
parent 094f8583c3
commit ec1d063e58

View File

@@ -100,7 +100,6 @@ impl<'a> Prover<'a> {
bail!("data of get_task empty, while error_code is success. there may be something wrong in response data or inner logic.")
}
}
}
pub fn prove_task(&self, task: &Task) -> Result<ProofDetail> {