quit: Fix style but better

Positions the colon consistently, but better.
This commit is contained in:
Jos Ahrens 2019-02-19 18:06:24 +01:00 committed by GitHub
parent 7a7ae615da
commit 850c717925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,4 +65,3 @@ class Module(ModuleManager.BaseModule):
def _quote(self): def _quote(self):
quote = random.choice(list(QUOTES.items())) quote = random.choice(list(QUOTES.items()))
return (" - " if quote[1] else "").join(quote) return (" - " if quote[1] else "").join(quote)