Skip to content

Commit cc3b51a

Browse files
committed
leveldb_snappy_test.cc: format code with scripts/style.sh
1 parent 47c2b31 commit cc3b51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Path LevelDbDir() {
268268
auto status = fs->RecursivelyRemove(dir);
269269
EXPECT_TRUE(status.ok()) << "Failed to clean up leveldb in directory "
270270
<< dir.ToUtf8String() << ": " << status.ToString();
271-
if (! status.ok()) {
271+
if (!status.ok()) {
272272
return {};
273273
}
274274

@@ -277,7 +277,7 @@ Path LevelDbDir() {
277277

278278
Path CreateLevelDbDatabaseThatUsesSnappyCompression() {
279279
Path leveldb_dir = LevelDbDir();
280-
if (leveldb_dir.empty()){
280+
if (leveldb_dir.empty()) {
281281
return {};
282282
}
283283

0 commit comments

Comments
 (0)