We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c2b31 commit cc3b51aCopy full SHA for cc3b51a
Firestore/core/test/unit/local/leveldb_snappy_test.cc
@@ -268,7 +268,7 @@ Path LevelDbDir() {
268
auto status = fs->RecursivelyRemove(dir);
269
EXPECT_TRUE(status.ok()) << "Failed to clean up leveldb in directory "
270
<< dir.ToUtf8String() << ": " << status.ToString();
271
- if (! status.ok()) {
+ if (!status.ok()) {
272
return {};
273
}
274
@@ -277,7 +277,7 @@ Path LevelDbDir() {
277
278
Path CreateLevelDbDatabaseThatUsesSnappyCompression() {
279
Path leveldb_dir = LevelDbDir();
280
- if (leveldb_dir.empty()){
+ if (leveldb_dir.empty()) {
281
282
283
0 commit comments