Skip to content

Commit

Permalink
add blank line at end of file (black lint)
Browse files Browse the repository at this point in the history
Satisfy the black lint tool
  • Loading branch information
deeplow committed Aug 22, 2022
1 parent 201bf5e commit 392c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerzone/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def output_filename(self) -> str:

@output_filename.setter
def output_filename(self, filename: str) -> None:
self._output_filename = filename
self._output_filename = filename

0 comments on commit 392c4bd

Please sign in to comment.