Commit cdddb8a4 authored by Leonid Baraz's avatar Leonid Baraz Committed by Chromium LUCI CQ

Typo: missing space.

Change-Id: I8283cdbb148fe05335d82fae80485fe443be7e40
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631448
Auto-Submit: Leonid Baraz <lbaraz@chromium.org>
Commit-Queue: Zach Trudo <zatrudo@google.com>
Reviewed-by: default avatarZach Trudo <zatrudo@google.com>
Cr-Commit-Position: refs/heads/master@{#843859}
parent acbbf544
...@@ -103,7 +103,7 @@ TEST_F(VerificationTest, SignAndFailBadPublicKey) { ...@@ -103,7 +103,7 @@ TEST_F(VerificationTest, SignAndFailBadPublicKey) {
TEST_F(VerificationTest, ValidateFixedKey) { TEST_F(VerificationTest, ValidateFixedKey) {
// |dev_data_to_sign| is signed on DEV server, producing // |dev_data_to_sign| is signed on DEV server, producing
// |dev_server_signature|. // |dev_server_signature|.
static constexpr uint8_t dev_data_to_sign[]{ static constexpr uint8_t dev_data_to_sign[] = {
0x4D, 0x22, 0x5C, 0x4C, 0x74, 0x23, 0x82, 0x80, 0x58, 0xA2, 0x31, 0xA2, 0x4D, 0x22, 0x5C, 0x4C, 0x74, 0x23, 0x82, 0x80, 0x58, 0xA2, 0x31, 0xA2,
0xC6, 0xE2, 0x6D, 0xDA, 0x48, 0x82, 0x7A, 0x9C, 0xF7, 0xD0, 0x4A, 0xF2, 0xC6, 0xE2, 0x6D, 0xDA, 0x48, 0x82, 0x7A, 0x9C, 0xF7, 0xD0, 0x4A, 0xF2,
0xFD, 0x19, 0x03, 0x7F, 0xC5, 0x6F, 0xBB, 0x49, 0xAF, 0x91, 0x7B, 0x74}; 0xFD, 0x19, 0x03, 0x7F, 0xC5, 0x6F, 0xBB, 0x49, 0xAF, 0x91, 0x7B, 0x74};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment