fix trailing whitespace

https://github.com/gramps-project/gramps/pull/966#issuecomment-569182132
thanks!
This commit is contained in:
romjerome
2019-12-29 14:59:57 +01:00
committed by GitHub
parent 0120572a7a
commit 96e715df2b

View File

@ -158,7 +158,7 @@ class TreeOptions:
marriage.add_item(item["value"], item["name"])
marriage.set_help(_("Position of marriage information."))
menu.add_option(category, "marriage", marriage)
occupation = EnumeratedListOption(_("Occupation"), "")
for item in _OCCUPATION:
occupation.add_item(item["value"], item["name"])