mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
[NearbyPresence] Fix typo: remove extraneous semicolon.
PiperOrigin-RevId: 623198081
This commit is contained in:
committed by
Copybara-Service
parent
8d41593056
commit
f788b89190
@@ -34,7 +34,7 @@ class AdvertisementDecoderImpl : public AdvertisementDecoder {
|
||||
absl::flat_hash_map<nearby::internal::IdentityType,
|
||||
std::vector<internal::SharedCredential>>*
|
||||
credentials_map)
|
||||
: credentials_map_(credentials_map) {};
|
||||
: credentials_map_(credentials_map) {}
|
||||
|
||||
absl::StatusOr<Advertisement> DecodeAdvertisement(
|
||||
absl::string_view advertisement) override;
|
||||
|
||||
Reference in New Issue
Block a user