diff roundup/msgfmt.py @ 7789:37a98ec62e2e

chore: remove extra whitespace
author John Rouillard <rouilj@ieee.org>
date Wed, 06 Mar 2024 13:13:31 -0500
parents a9bac0cb4019
children a363bb8c0ed4
line wrap: on
line diff
--- a/roundup/msgfmt.py	Wed Mar 06 13:12:21 2024 -0500
+++ b/roundup/msgfmt.py	Wed Mar 06 13:13:31 2024 -0500
@@ -288,7 +288,7 @@
     # a really dumb attempt to make this into a command
     # Usage: python msgfmy.py <input_file>.po <output_file>.mo
     import sys
-    
+
     mo = Msgfmt(sys.argv[1]).get()
     with open(sys.argv[2], 'wb') as mofile:
         mofile.write(mo)

Roundup Issue Tracker: http://roundup-tracker.org/