From a9541756f6a12c91704feffec4ddfee859f12c30 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 27 Sep 2014 16:10:17 -0400 Subject: Fix indent --- setuptools/command/egg_info.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setuptools/command/egg_info.py') diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 9ba719fe..de43bf0c 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -76,8 +76,7 @@ class egg_info(Command): "%s==%s" if isinstance(parsed_version, Version) else "%s===%s" ) list( - parse_requirements(spec % (self.egg_name, - self.egg_version)) + parse_requirements(spec % (self.egg_name, self.egg_version)) ) except ValueError: raise distutils.errors.DistutilsOptionError( -- cgit v1.2.1