Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4236a66

Browse files
committed
Fix indentation
1 parent baa2b6e commit 4236a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ def _get_font_constant_set(state):
13451345
# STIX sans isn't really its own fonts, just different code points
13461346
# in the STIX fonts, so we have to detect this one separately.
13471347
if (constants is STIXFontConstants and
1348-
isinstance(state.font_output, StixSansFonts)):
1348+
isinstance(state.font_output, StixSansFonts)):
13491349
return STIXSansFontConstants
13501350
return constants
13511351

0 commit comments

Comments
 (0)