Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Jul 2, 2021
1 parent 814f04b commit 21008ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/base_collection.py
Expand Up @@ -158,7 +158,7 @@ def _prep_add(
) -> Tuple[DocumentReference, dict]:
"""Shared setup for async / sync :method:`add`"""
if document_id is None:
document_id = _auto_id()
document_id = _auto_id()

document_ref = self.document(document_id)
kwargs = _helpers.make_retry_timeout_kwargs(retry, timeout)
Expand Down

0 comments on commit 21008ef

Please sign in to comment.