Skip to content

Commit 5e02409

Browse files
committed
Fix formatting + add #endif comments.
1 parent 9e54a0c commit 5e02409

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

messaging/src/android/java/com/google/firebase/messaging/MessageForwardingService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import com.google.firebase.messaging.cpp.DebugLogging;
2222
import com.google.firebase.messaging.cpp.MessageWriter;
2323

24-
2524
/**
2625
* Listens for Message intents from the application and sends them to the C++ app via the
2726
* ListenerService.

remote_config/integration_test/src/integration_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class FirebaseRemoteConfigTest : public FirebaseTest {
8080

8181
bool initialized_ = false;
8282
RemoteConfig* rc_ = nullptr;
83-
#endif
83+
#endif // TEST_DEPRECATED
8484
};
8585

8686
FirebaseRemoteConfigTest::FirebaseRemoteConfigTest() : initialized_(false) {
@@ -248,7 +248,7 @@ static Future<void> SetDefaultsV2(RemoteConfig* rc) {
248248
size_t default_count = FIREBASE_ARRAYSIZE(defaults);
249249
return rc->SetDefaults(defaults, default_count);
250250
}
251-
#endif
251+
#endif // TEST_DEPRECATED
252252

253253
// Test cases below.
254254

0 commit comments

Comments
 (0)