commit: 93648e447c4e3b4f1be9b2d0e8ed4503bbf72d68
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 22:43:26 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 23:28:05 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=93648e44
lib/portage/cache/fs_template.py: fix whitespace
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
lib/portage/cache/fs_template.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/portage/cache/fs_template.py b/lib/portage/cache/fs_template.py
index 64050f439..37aac7e42 100644
--- a/lib/portage/cache/fs_template.py
+++ b/lib/portage/cache/fs_template.py
@@ -15,7 +15,7 @@ del lazyimport
class FsBased(template.database):
- """template wrapping fs needed options, and providing _ensure_access as
a way to
+ """template wrapping fs needed options, and providing _ensure_access as
a way to
attempt to ensure files have the specified owners/perms"""
def __init__(self, *args, **config):