xmlclass/xsdschema.py
changeset 1750 acf02488f37f
parent 1749 d73b64672238
child 1757 0de89da92ee0
--- a/xmlclass/xsdschema.py	Wed Aug 16 12:48:08 2017 +0300
+++ b/xmlclass/xsdschema.py	Wed Aug 16 12:53:23 2017 +0300
@@ -51,6 +51,7 @@
 def GenerateFloatXMLText(extra_values=[], decimal=None):
     float_format = (lambda x: "{:.{width}f}".format(x, width=decimal).rstrip('0')
                     if decimal is not None else str)
+
     def generateXMLTextMethod(value, name=None, indent=0):
         text = ""
         if name is not None: