From eb0a1fc2de43c5d9213ea89c4d42c9d0dc2f592d Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 9 Apr 2021 12:18:55 +0200 Subject: openpgp, sq: Remove redundant semicolons. - Compiling with 1.51 toolchains prints warnings about redundant semicolons. Remove them. --- sq/src/commands/sign.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sq') diff --git a/sq/src/commands/sign.rs b/sq/src/commands/sign.rs index 6911ac65..1243b886 100644 --- a/sq/src/commands/sign.rs +++ b/sq/src/commands/sign.rs @@ -199,7 +199,7 @@ fn sign_message_(config: Config, signature_count: isize, }, Done, - }; + } let mut state = if ! notarize { State::InFirstSigGroup -- cgit v1.2.3