Skip to content

Commit 18d12d8

Browse files
theoephraimclaude
andcommitted
fix unreachable return after diverging match in cmd_decrypt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ec210f5 commit 18d12d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/encryption-binary-rust/src

packages/encryption-binary-rust/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ fn cmd_decrypt(args: &[String]) {
149149
Ok(plaintext) => json_success(json!({"plaintext": plaintext})),
150150
Err(e) => json_error(&e),
151151
}
152-
return;
153152
}
154153

155154
// Direct decrypt (no biometric verification)

0 commit comments

Comments
 (0)