Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywu committed Aug 21, 2024
1 parent 29ee29d commit 3363d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/encryption_tests_v4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ TEST(EncryptionTestsV4, CanDecryptV4TokenEncodedAsBase64)
const bool isBase64UrlEncoding = std::any_of(advertisingToken.begin(), advertisingToken.end(), [](char c) { return c == '-' || c == '_'; });
EXPECT_TRUE(isBase64UrlEncoding);

// Convert it to 0
std::vector<std::uint8_t> adTokenBytes;
uid2::UID2Base64UrlCoder::Decode(advertisingToken, adTokenBytes);

Expand Down

0 comments on commit 3363d6c

Please sign in to comment.