Skip to content

Commit 7a40d8f

Browse files
committed
Minor header cleanup
1 parent 4b512aa commit 7a40d8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/graphqlservice/internal/Base64.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// clang-format on
2020

2121
#include <cstdint>
22-
#include <optional>
2322
#include <string>
2423
#include <string_view>
2524
#include <vector>
@@ -70,7 +69,7 @@ class Base64
7069
GRAPHQLRESPONSE_EXPORT static Comparison compareBase64(
7170
const std::vector<std::uint8_t>& bytes, std::string_view maybeEncoded) noexcept;
7271

73-
// Validate a whether or not a string is valid Base64 without performing any heap allocations.
72+
// Validate whether or not a string is valid Base64 without performing any heap allocations.
7473
GRAPHQLRESPONSE_EXPORT static bool validateBase64(std::string_view maybeEncoded) noexcept;
7574

7675
private:

0 commit comments

Comments
 (0)