You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var open_in_terminal_pane_label =newGranite.AccelLabel.from_action_name (
_("Open in Terminal Pane"),
MainWindow.ACTION_PREFIX+MainWindow.ACTION_OPEN_IN_TERMINAL+"::"
);
Should a blank line get added after the semi-colon (;) in the examples above?
The text was updated successfully, but these errors were encountered:
In the Whitespace section, it's unclear what should happen if a series of lines end with a closing bracket and semi-colon.
For example:
and:
Should a blank line get added after the semi-colon (
;
) in the examples above?The text was updated successfully, but these errors were encountered: