Skip to content

Commit 1753cf3

Browse files
committed
Fix double space in Payload::Update
1 parent 438f50d commit 1753cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keytypes/trusted.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ impl KeyPayload for Payload {
205205
} => format!("load {:x}{}", ByteBuf(blob), options),
206206
Payload::Update {
207207
options,
208-
} => format!("update {}", options),
208+
} => format!("update{}", options),
209209
}
210210
.into_bytes()
211211
.into()

0 commit comments

Comments
 (0)