Removed semicolon

This commit is contained in:
Jonathan Gruber 2016-06-20 12:04:54 +02:00
parent 1baaeb3ccc
commit 42d8760462

View File

@ -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()