Skip to content

Commit e49c0b5

Browse files
committed
Reformat
1 parent 0508efb commit e49c0b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firestore/src/main/firestore_main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ Future<Query> FirestoreInternal::NamedQuery(const std::string& query_name) {
383383
query_name,
384384
[this, promise](const core::Query& query, bool found) mutable {
385385
if (found) {
386-
promise.SetValue(
387-
MakePublic(api::Query(query, firestore_core_)));
386+
promise.SetValue(MakePublic(api::Query(query, firestore_core_)));
388387
} else {
389388
promise.SetError(
390389
Status(Error::kErrorNotFound, "Named query cannot be found"));

0 commit comments

Comments
 (0)