From 67027cd61257d0825cee7833e27766f01561c297 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 30 Sep 2023 19:05:26 -0600 Subject: [PATCH] Be more consistent --- _reformat-common.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_reformat-common.bash b/_reformat-common.bash index 98ae02a..6e73b87 100644 --- a/_reformat-common.bash +++ b/_reformat-common.bash @@ -152,7 +152,7 @@ function sniff_file_type() { echo $file_type } -function custom_formatter() { +function custom_wrapper() { root="$1" file_type="$2" @@ -168,7 +168,7 @@ function custom_formatter() { function choose_wrapper() { file_type="$1" - custom=$(custom_formatter $PROJECT_ROOT $file_type) + custom=$(custom_wrapper $PROJECT_ROOT $file_type) if [[ ! -z "${custom}" ]]; then echo -n "$custom"