Skip to content

Commit

Permalink
Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 28, 2022
1 parent 4b9e772 commit f5f7c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nb
Original file line number Diff line number Diff line change
Expand Up @@ -8828,7 +8828,7 @@ _debug printf "\${_ARGUMENTS[*:-]}: '%s'\\n" "${_ARGUMENTS[*]:-}"
###############################################################################

# _color_dim()
_color_dim() { _color_muted "${@}"; }
_color_dim() { _color_muted "${@}"; }

# _get_notebook_identifier()
_get_notebook_identifier() { _notebooks show "${@}" --escaped; }
Expand All @@ -8840,7 +8840,7 @@ _get_selection_basename() { _show "${@}" --filename; }
_get_unique_basename() { _get_unique_relative_path "${@:-}"; }

# _set_selection_notebook() <selector>
_set_selection_notebook() {
_set_selection_notebook() {
if [[ "${1:-}" =~ : ]]
then
if _notebooks select "${1:-}"
Expand Down

0 comments on commit f5f7c53

Please sign in to comment.