Nix needless shift stmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user