Skip to content

Commit c4ec40e

Browse files
committed
leveldb_snappy_test.cc: format code with scripts/style.sh
1 parent 7db7e65 commit c4ec40e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firestore/core/test/unit/local/leveldb_snappy_test.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Path CreateLevelDbDatabaseThatUsesSnappyCompression();
4343
// This test ensures that we don't accidentally regress having added in Snappy
4444
// compression support (https://github.com/firebase/firebase-ios-sdk/pull/9596).
4545
TEST(LevelDbSnappy, LevelDbHasSnappySupportCompiledIn) {
46-
// Only run this test in cmake builds, since Snappy support is not included
47-
// when pulling in LevelDb via CocoaPods or Swift Package Manager.
48-
#if FIRESTORE_TESTS_CMAKE_BUILD
46+
// Only run this test in cmake builds, since Snappy support is not included
47+
// when pulling in LevelDb via CocoaPods or Swift Package Manager.
48+
#if FIRESTORE_TESTS_CMAKE_BUILD
4949
GTEST_SKIP() << "Snappy support is only present in cmake builds";
50-
#endif
50+
#endif
5151

5252
Path leveldb_path = CreateLevelDbDatabaseThatUsesSnappyCompression();
5353
if (HasFatalFailure()) return;

0 commit comments

Comments
 (0)