diff --git a/presence/implementation/advertisement_decoder_impl.h b/presence/implementation/advertisement_decoder_impl.h index 22592600..c3e7e592 100644 --- a/presence/implementation/advertisement_decoder_impl.h +++ b/presence/implementation/advertisement_decoder_impl.h @@ -34,7 +34,7 @@ class AdvertisementDecoderImpl : public AdvertisementDecoder { absl::flat_hash_map>* credentials_map) - : credentials_map_(credentials_map) {}; + : credentials_map_(credentials_map) {} absl::StatusOr DecodeAdvertisement( absl::string_view advertisement) override;