From 22b15c64283f4ff5dd84ebdf403efa6589c81f48 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 1 Mar 2025 13:56:15 -0500 Subject: [PATCH] minor formatting --- beetag | 4 ++-- brc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beetag b/beetag index 05da2f3..84d7f52 100755 --- a/beetag +++ b/beetag @@ -111,7 +111,7 @@ mpvrpc-percent-pos() { # Input vars: random beetag-pl-state-init() { local seed_num seed_file pl_state_dir pl_state_file - # note: this structure of files is rather haphazard. + # note: this structure of files is rather haphazard. seed_num=1 # later we might want a few seed_file=seed$seed_num @@ -131,7 +131,7 @@ beetag-pl-state-init() { pl_state_path=$pl_state_dir/$pl_state_file pl_seed_path=$pl_state_dir/$seed_file - } +} # tag with beets. # usage: beetag [-r] [-s] QUERY diff --git a/brc b/brc index 24b4cdd..0685d98 100644 --- a/brc +++ b/brc @@ -3008,7 +3008,7 @@ sk() { local quotes others ret quotes=2048,2064,2068,2086,2119,2206,2254,2231 others=2029,2032,2033,2054,2164,2317 - shellcheck -a -x -W 999 -e $quotes,$others "$@" || ret=$? + shellcheck -ax -W 999 -e $quotes,$others "$@" || ret=$? if (( ret >= 1 )); then echo "A template comment to disable is now in clipboard. eg: # shellcheck disable=SC2206 # reason" cbs "# shellcheck disable=SC" -- 2.30.2