aboutsummaryrefslogtreecommitdiff
path: root/modules/quit.py
diff options
context:
space:
mode:
authorGravatar Jos Ahrens2019-02-19 18:02:24 +0100
committerGravatar GitHub2019-02-19 18:02:24 +0100
commit7a7ae615dabf2a81a4f25553a6ed6e8c08feda42 (patch)
treed16868e6c40e9d7e4d1729078afdb7ae5be79846 /modules/quit.py
parentDon't pass `None` around as tag default, fix some missing return type args (diff)
quit: Fix style
Positions the colon consistently.
Diffstat (limited to 'modules/quit.py')
-rw-r--r--modules/quit.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/quit.py b/modules/quit.py
index 8a5e71c9..0bb68958 100644
--- a/modules/quit.py
+++ b/modules/quit.py
@@ -53,9 +53,9 @@ QUOTES = {
"I don’t 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):