Skip to content

Commit

Permalink
trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Sep 17, 2013
1 parent 6457bcf commit 2e71edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZODB/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ def close(self, primary=True):
# get back here.
else:
self.opened = None

am = self._db._activity_monitor
if am is not None:
am.closedConnection(self)
am.closedConnection(self)

def db(self):
"""Returns a handle to the database this connection belongs to."""
Expand Down

0 comments on commit 2e71edc

Please sign in to comment.