Nix needless shift stmt
This commit is contained in:
@@ -121,7 +121,6 @@ function custom_formatter() {
|
|||||||
# FIXME: This needs to be made customizable
|
# FIXME: This needs to be made customizable
|
||||||
function sniff_file_type() {
|
function sniff_file_type() {
|
||||||
ff=$1
|
ff=$1
|
||||||
shift
|
|
||||||
|
|
||||||
maybe_custom=$(custom_sniff "$ff")
|
maybe_custom=$(custom_sniff "$ff")
|
||||||
if [[ "$maybe_custom" != "" ]]; then
|
if [[ "$maybe_custom" != "" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user