Skip to content

Commit

Permalink
Remove trailing whiltespace to propitiate black.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Aug 1, 2019
1 parent dc94334 commit 885e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/tests/unit/v1/test_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ class DummyDoc(object):
doc_tree, doc_map, delete_changes, add_changes, update_changes
)
self.assertEqual(updated_map, doc_map) # no change

def test__compute_snapshot_deletes_w_real_comparator(self):
from google.cloud.firestore_v1.watch import WatchDocTree

Expand Down

1 comment on commit 885e7dc

@liamuk
Copy link
Contributor

@liamuk liamuk commented on 885e7dc Aug 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Propitiate is a great word and this is the first time I've seen it. Thanks for the vocab lesson :)

Please sign in to comment.