Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Jan 10, 2025
1 parent 83ba2fc commit 472ee58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Firestore/core/test/unit/local/remote_document_cache_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ TEST_P(RemoteDocumentCacheTest, SetAndReadSeveralDocuments) {
TEST_P(RemoteDocumentCacheTest,
SetAndReadSeveralDocumentsIncludingMissingDocument) {
persistence_->Run(
"test_set_and_read_several_documents_including_missing_document",
[this] {
"test_set_and_read_several_documents_including_missing_document", [this] {
std::vector<MutableDocument> written = {
SetTestDocument(kDocPath),
SetTestDocument(kLongDocPath),
Expand Down

0 comments on commit 472ee58

Please sign in to comment.