Skip to content

Commit a80966a

Browse files
committed
More formatting
1 parent 4c7e4eb commit a80966a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firestore/core/src/local/leveldb_index_manager.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ void LevelDbIndexManager::MemoizeIndex(FieldIndex index) {
226226

227227
// Moves `index` into `existing_indexes`.
228228
existing_indexes.insert({index_id, std::move(index)});
229-
// next_index_to_update_ holds a pointer to the index owned by `existing_indexes`.
229+
// next_index_to_update_ holds a pointer to the index owned by
230+
// `existing_indexes`.
230231
next_index_to_update_.push(&existing_indexes.find(index_id)->second);
231232
memoized_max_index_id_ = std::max(memoized_max_index_id_, index_id);
232233
memoized_max_sequence_number_ =

0 commit comments

Comments
 (0)