From fe9d1564f90e7a088843ba59624a453731f0c70a Mon Sep 17 00:00:00 2001 From: Jim Galarowicz Date: Wed, 12 Oct 2016 08:10:26 -0700 Subject: [PATCH] Fix flake8 error-whitespack issue in mrnet package.py file. --- var/spack/repos/builtin/packages/mrnet/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mrnet/package.py b/var/spack/repos/builtin/packages/mrnet/package.py index 8f860556d49..9da9e29a2e9 100644 --- a/var/spack/repos/builtin/packages/mrnet/package.py +++ b/var/spack/repos/builtin/packages/mrnet/package.py @@ -44,7 +44,7 @@ class Mrnet(Package): depends_on("boost") def install(self, spec, prefix): - # Build the MRNet LW thread safe libraries when the + # Build the MRNet LW thread safe libraries when the # lwthreads variant is present if '+lwthreads' in spec: configure("--prefix=%s" % prefix, "--enable-shared",