Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Dec 14, 2023
1 parent ca43a3e commit 976240a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions analytics/src/analytics_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ void SetConsent(const std::map<ConsentType, ConsentStatus>& consent_settings) {
}
break;
case kConsentTypeAdUserData:
consent_type = env->GetStaticObjectField(
analytics_consent_type::GetClass(),
analytics_consent_type::GetFieldId(
analytics_consent_type::AdUserData));
consent_type =
env->GetStaticObjectField(analytics_consent_type::GetClass(),
analytics_consent_type::GetFieldId(
analytics_consent_type::AdUserData));

if (util::LogException(env, kLogLevelError,
"Failed to get ConsentTypeAdUserData")) {
Expand Down

0 comments on commit 976240a

Please sign in to comment.