Skip to content

Commit f14fde3

Browse files
committed
Remove extraneous whitespace
1 parent fe70462 commit f14fde3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MainWindow.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ namespace Scratch {
241241
action_accelerators.set (ACTION_NEXT_TAB, "<Control>Page_Down");
242242
action_accelerators.set (ACTION_CLOSE_TAB + "::", "<Control>w");
243243
action_accelerators.set (ACTION_CLOSE_OTHER_TABS, "<Shift><Control>w");
244-
245244
action_accelerators.set (ACTION_PREVIOUS_TAB, "<Control><Shift>Tab");
246245
action_accelerators.set (ACTION_PREVIOUS_TAB, "<Control>Page_Up");
247246
action_accelerators.set (ACTION_CLEAR_LINES, "<Control>K"); //Geany

0 commit comments

Comments
 (0)