Skip to content

Commit f1198ef

Browse files
committed
remove spaces at end of line (linter complains)
1 parent f4aea5f commit f1198ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def script_navigate(self, gesture: KeyboardInputGesture):
300300

301301
if not braille.handler.enabled:
302302
return
303-
303+
304304
try:
305305
# update the braille to reflect the nav position (might be excess code, but it works)
306306
nav_node = libmathcat.GetNavigationMathMLId()

0 commit comments

Comments
 (0)