From c2fe100ad97ac2c6f203e16d97316faaa4c5997d Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 30 Sep 2023 17:18:47 -0600 Subject: [PATCH] Nix needless shift stmt --- _reformat-common.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/_reformat-common.bash b/_reformat-common.bash index e9096e2..ec4972a 100644 --- a/_reformat-common.bash +++ b/_reformat-common.bash @@ -121,7 +121,6 @@ function custom_formatter() { # FIXME: This needs to be made customizable function sniff_file_type() { ff=$1 - shift maybe_custom=$(custom_sniff "$ff") if [[ "$maybe_custom" != "" ]]; then