Skip to content

Commit 641230c

Browse files
committed
remove trailing whitespace
1 parent 0ba679f commit 641230c

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
@@ -2285,7 +2285,7 @@ def symbol(self, s: str, loc: int,
22852285
if (self._in_subscript_or_superscript or (
22862286
c in self._binary_operators and (
22872287
len(s[:loc].split()) == 0 or prev_char == '{' or
2288-
prev_char in self._left_delims or
2288+
prev_char in self._left_delims or
22892289
prev_char in self._relation_symbols))):
22902290
return [char]
22912291
else:

0 commit comments

Comments
 (0)