From 863dd7fc75ea63e590c52638085cb86e0325096e Mon Sep 17 00:00:00 2001 From: tinyfoolish Date: Fri, 14 Nov 2025 15:22:58 +0800 Subject: [PATCH] chore(common): remove redundant word in coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs Signed-off-by: tinyfoolish --- coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs b/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs index 396dbe2a3..636e82172 100644 --- a/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs +++ b/coprocessor/fhevm-engine/sns-worker/src/bin/utils/daemon_cli.rs @@ -51,7 +51,7 @@ pub struct Args { #[arg(long)] pub database_url: Option, - /// KeySet file. If unspecified the the keys are read from the database + /// KeySet file. If unspecified the keys are read from the database #[arg(long)] pub keys_file_path: Option,