Skip to content

Commit de4d24f

Browse files
committed
remove whitespace from blank line
1 parent 104dd68 commit de4d24f

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
@@ -297,7 +297,7 @@ def script_navigate(self, gesture: KeyboardInputGesture):
297297
log.error(e)
298298
# Translators: this message directs users to look in the log file
299299
speech.speakMessage(_("Error in navigating math: see NVDA error log for details"))
300-
300+
301301
try:
302302
# update the braille to reflect the nav position (might be excess code, but it works)
303303
nav_node = libmathcat.GetNavigationMathMLId()

0 commit comments

Comments
 (0)