summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge/src/cli/certificate/create.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge/src/cli/certificate/create.rs')
-rw-r--r--crates/core/tedge/src/cli/certificate/create.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/tedge/src/cli/certificate/create.rs b/crates/core/tedge/src/cli/certificate/create.rs
index 2d1589c9..83eeb45f 100644
--- a/crates/core/tedge/src/cli/certificate/create.rs
+++ b/crates/core/tedge/src/cli/certificate/create.rs
@@ -28,7 +28,7 @@ impl Command for CreateCertCmd {
fn execute(&self) -> anyhow::Result<()> {
let config = NewCertificateConfig::default();
- let () = self.create_test_certificate(&config)?;
+ self.create_test_certificate(&config)?;
Ok(())
}
}