Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 67/68] lib/portage/cache/fs_template.py: fix whitespace
Date: Mon, 03 Aug 2020 22:47:02
Message-Id: 20200803224327.1593726-67-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/cache/fs_template.py | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/lib/portage/cache/fs_template.py b/lib/portage/cache/fs_template.py
7 index 64050f439..37aac7e42 100644
8 --- a/lib/portage/cache/fs_template.py
9 +++ b/lib/portage/cache/fs_template.py
10 @@ -15,7 +15,7 @@ del lazyimport
11
12
13 class FsBased(template.database):
14 - """template wrapping fs needed options, and providing _ensure_access as a way to
15 + """template wrapping fs needed options, and providing _ensure_access as a way to
16 attempt to ensure files have the specified owners/perms"""
17
18 def __init__(self, *args, **config):
19 --
20 2.28.0