]> granicus.if.org Git - python/commitdiff
Remove extra blank line accidentally introduced in r75885
authorMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 23:00:56 +0000 (23:00 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 27 Oct 2009 23:00:56 +0000 (23:00 +0000)
Lib/test/test_float.py

index 05783b07602eeadfb74563acb20ccbb0e6976c35..8ac936a93aeb93562ca52a1c185f1c1501c74385 100644 (file)
@@ -39,7 +39,6 @@ class GeneralFloatCases(unittest.TestCase):
         float('.' + '1'*1000)
 
     @support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
-
     def test_float_with_comma(self):
         # set locale to something that doesn't use '.' for the decimal point
         # float must not accept the locale specific decimal point but