Removed 2nd blank line from end of the uistrings.

This commit is contained in:
suutari-olli 2016-05-15 23:41:58 +03:00
parent c4318c6a22
commit 45798e67f0

View File

@ -183,4 +183,3 @@ class UiStrings(object):
itertools.chain.from_iterable(itertools.repeat(strings, 1) if isinstance(strings, str)
else strings for strings in bible_scripture_items)
self.BibleScriptureError = ''.join(str(joined) for joined in bible_scripture_items)