Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 lib/portage/tests/resolver/test_simple.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/portage/tests/resolver/test_simple.py 
b/lib/portage/tests/resolver/test_simple.py
index 324ffa2a6..b457b9d7a 100644
--- a/lib/portage/tests/resolver/test_simple.py
+++ b/lib/portage/tests/resolver/test_simple.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 from portage.tests import TestCase
@@ -8,7 +8,7 @@ class SimpleResolverTestCase(TestCase):
 
        def testSimple(self):
                ebuilds = {
-                       "dev-libs/A-1": { "KEYWORDS": "x86" }, 
+                       "dev-libs/A-1": { "KEYWORDS": "x86" },
                        "dev-libs/A-2": { "KEYWORDS": "~x86" },
                        "dev-libs/B-1.2": {},
 
-- 
2.28.0


Reply via email to