summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-09 12:18:55 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-09 12:18:55 +0200
commiteb0a1fc2de43c5d9213ea89c4d42c9d0dc2f592d (patch)
tree1e358c6449bfa70cb43752e1db1363f63faabfe8 /sq
parent6432f9dd143e10bb1475df059d9f275981010fad (diff)
openpgp, sq: Remove redundant semicolons.
- Compiling with 1.51 toolchains prints warnings about redundant semicolons. Remove them.
Diffstat (limited to 'sq')
-rw-r--r--sq/src/commands/sign.rs2
1 files changed, 1 insertions, 1 deletions
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