Skip to content

Commit 212d504

Browse files
committed
chore: remove extra whitespace
1 parent d5f02cd commit 212d504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/msgfmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def getAsFile(self):
288288
# a really dumb attempt to make this into a command
289289
# Usage: python msgfmy.py <input_file>.po <output_file>.mo
290290
import sys
291-
291+
292292
mo = Msgfmt(sys.argv[1]).get()
293293
with open(sys.argv[2], 'wb') as mofile:
294294
mofile.write(mo)

0 commit comments

Comments
 (0)