]> git.lizzy.rs Git - rust.git/commitdiff
PEP8 format spacing
authorChris Simpkins <git.simpkins@gmail.com>
Sat, 8 Feb 2020 03:09:55 +0000 (22:09 -0500)
committerChris Simpkins <git.simpkins@gmail.com>
Sat, 8 Feb 2020 03:09:55 +0000 (22:09 -0500)
src/bootstrap/configure.py

index 7cfc5385e2104987ec773c0e1876f2b1eced09e1..27bd6d028cd321d03f39c194661732eaf492ff54 100755 (executable)
@@ -392,11 +392,12 @@ for target in configured_targets:
 
 
 def is_number(value):
-  try:
-    float(value)
-    return True
-  except ValueError:
-    return False
+    try:
+        float(value)
+        return True
+    except ValueError:
+        return False
+
 
 # Here we walk through the constructed configuration we have from the parsed
 # command line arguments. We then apply each piece of configuration by