quit: Fix style

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

View file

@ -53,9 +53,9 @@ QUOTES = {
"I dont need to understand how encryption works" : "Amber Rudd",
"Life's but a walking shadow, a poor player that struts and frets his hour upon the stage and then is heard no more. It is a tale told by an idiot, full of sound and fury, signifying nothing" : "",
"We're getting there" : "",
"If not me, who? If not now, when?": "Hillel the Elder",
"The truth is painful, but always more useful": "Donald Tusk",
"How can you govern a country that has two hundred and forty-six varieties of cheese?": "Charles de Gaulle",
"If not me, who? If not now, when?" : "Hillel the Elder",
"The truth is painful, but always more useful" : "Donald Tusk",
"How can you govern a country that has two hundred and forty-six varieties of cheese?" : "Charles de Gaulle",
}
class Module(ModuleManager.BaseModule):