Skip to content

Commit 885e7dc

Browse files
authored
Remove trailing whiltespace to propitiate black.
1 parent dc94334 commit 885e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/tests/unit/v1/test_watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ class DummyDoc(object):
735735
doc_tree, doc_map, delete_changes, add_changes, update_changes
736736
)
737737
self.assertEqual(updated_map, doc_map) # no change
738-
738+
739739
def test__compute_snapshot_deletes_w_real_comparator(self):
740740
from google.cloud.firestore_v1.watch import WatchDocTree
741741

0 commit comments

Comments
 (0)