summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-11-13 16:03:45 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-13 16:03:45 +0100
commit8a7da4c8fb4f940bd3b4d76de1933fe4ee06c7cc (patch)
treed98fc50a65fb312e383865a4d21e87d11fb99a34 /tool
parent612670c9baa311a9bf70224cf0291cb6216a2533 (diff)
tool: Fix indentation of embedded signature packets.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/commands/dump.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs
index cedee88f..915217cc 100644
--- a/tool/src/commands/dump.rs
+++ b/tool/src/commands/dump.rs
@@ -795,6 +795,7 @@ impl PacketDumper {
}
writeln!(output)?;
let indent = format!("{} ", i);
+ write!(output, "{}", indent)?;
self.dump_packet(output, &indent, None, sig, None, None)?;
},
_ => {