10000 PEP8 removed trailing whitespace · matplotlib/matplotlib@501b907 · GitHub
[go: up one dir, main page]

Skip to content

Commit 501b907

Browse files
committed
PEP8 removed trailing whitespace
1 parent ac9bf14 commit 501b907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/style/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
_here = os.path.abspath(os.path.dirname(__file__))
3131
BASE_LIBRARY_PATH = os.path.join(_here, 'stylelib')
3232
# Users may want multiple library paths, so store a list of paths.
33-
USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib'),
33+
USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib'),
3434
os.path.join('~', '.config', 'matplotlib', 'stylelib')]
3535
STYLE_EXTENSION = 'mplstyle'
3636
STYLE_FILE_PATTERN = re.compile('([\S]+).%s$' % STYLE_EXTENSION)

0 commit comments

Comments
 (0)
0