Removed semicolon
This commit is contained in:
parent
1baaeb3ccc
commit
42d8760462
@ -28,7 +28,7 @@ class Xkblayout(IntervalModule):
|
|||||||
def run(self):
|
def run(self):
|
||||||
kblayout = self.kblayout()
|
kblayout = self.kblayout()
|
||||||
|
|
||||||
full_text = self.format.format(name=kblayout);
|
full_text = self.format.format(name=kblayout)
|
||||||
if self.uppercase:
|
if self.uppercase:
|
||||||
full_text = full_text.upper()
|
full_text = full_text.upper()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user