Skip to content

Commit 5dd20b7

Browse files
committed
reformat
1 parent 3f25c56 commit 5dd20b7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

remote_config/src/android/remote_config_android.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,7 @@ RemoteConfigInternal::RemoteConfigInternal(const firebase::App& app)
457457
jclass config_class = config::GetClass();
458458
jobject platform_app = app_.GetPlatformApp();
459459
jobject config_instance_local = env->CallStaticObjectMethod(
460-
config_class,
461-
config::GetMethodId(config::kGetInstance),
462-
platform_app);
460+
config_class, config::GetMethodId(config::kGetInstance), platform_app);
463461
env->DeleteLocalRef(platform_app);
464462
if (util::CheckAndClearJniExceptions(env)) config_instance_local = nullptr;
465463
FIREBASE_ASSERT(config_instance_local);

remote_config/src/include/firebase/remote_config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ struct ConfigSettings {
178178
uint64_t minimum_fetch_interval_in_milliseconds = kDefaultCacheExpiration;
179179
};
180180

181-
182181
namespace internal {
183182
class RemoteConfigInternal;
184183
} // namespace internal

0 commit comments

Comments
 (0)