Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
whitespace around operator
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jan 26, 2020
1 parent 97e1fa6 commit e0082c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circumstantial-companions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def __init__(self, chisel):
self.save_type = None
self.choices = {
"background": ".png " + _("(with background)"),
"transparent": ".png " +_("(transparent)"),
"transparent": ".png " + _("(transparent)"),
"project": PROJECT_EXTENSION,
"all": _("All")
}
Expand Down

0 comments on commit e0082c6

Please sign in to comment.