Skip to content

Commit

Permalink
Fix whitespace gremlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Feb 13, 2020
1 parent c30aa54 commit 72ae1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ def eventFilter(self, obj, event):
# clear, this regularly caused random crashes when running the test
# suite (on Ubuntu 18.04, Python3.7). The following code expresses the
# same logic but without causing the random the crash of the test
# suite.
# suite.
if (t == QEvent.HoverEnter or t == QEvent.HoverMove) and not self.downloading:
self.download_button.setIcon(load_icon('download_file_hover.svg'))
elif t == QEvent.HoverLeave and not self.downloading:
Expand Down

0 comments on commit 72ae1c7

Please sign in to comment.