Parcourir la source

[1198] a minor style fix: removed unnecessary semicolon.

JINMEI Tatuya il y a 13 ans
Parent
commit
0c0e8938a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tools/reorder_message_file.py

+ 1 - 1
tools/reorder_message_file.py

@@ -167,7 +167,7 @@ def processFile(filename):
     Parameters:
     filename     Name of the message file to process
     """
-    lines = open(filename).read().splitlines();
+    lines = open(filename).read().splitlines()
 
     # Search for the first line starting with the percent character.  Everything
     # before it is considered the file header and is copied to the output with