Nix needless shift stmt

This commit is contained in:
Michael Wolf
2023-09-30 17:18:47 -06:00
parent 5319677a4c
commit c2fe100ad9

View File

@@ -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