aboutsummaryrefslogtreecommitdiff
path: root/cc/binary_keyset_writer.h
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2023-06-11 23:39:29 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-11 23:40:51 -0700
commit922f215c2cb0745cc00d684dae957b2d3543b0f9 (patch)
treec2453c6f8873e558b13a5fca6c75f9f78eee71ef /cc/binary_keyset_writer.h
parent2ccd00ca65dfd11c3bd96124256b9edc27fd37f8 (diff)
downloadtink-922f215c2cb0745cc00d684dae957b2d3543b0f9.tar.gz
Fix double trailing semicolon in binary_keyset_writer.h
This triggers warnings with the -Wextra-semi flag. PiperOrigin-RevId: 539559243
Diffstat (limited to 'cc/binary_keyset_writer.h')
-rw-r--r--cc/binary_keyset_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary_keyset_writer.h b/cc/binary_keyset_writer.h
index 78a30c9f5..5e5a0dc54 100644
--- a/cc/binary_keyset_writer.h
+++ b/cc/binary_keyset_writer.h
@@ -39,7 +39,7 @@ class BinaryKeysetWriter : public KeysetWriter {
std::unique_ptr<std::ostream> destination_stream);
crypto::tink::util::Status
- Write(const google::crypto::tink::Keyset& keyset) override;;
+ Write(const google::crypto::tink::Keyset& keyset) override;
crypto::tink::util::Status
Write(const google::crypto::tink::EncryptedKeyset& encrypted_keyset) override;