Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 31, 2024
1 parent 65cdf7c commit 94deb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ count_excluded() {
printf "%s" "$((excluded_count*100/raw_count))"
}

# Function 'format_file' is a shell wrapper to standardize the format of a file.
# Function 'format_file' calls a shell wrapper to standardize the format of a file.
# $1: file to format
format_file() {
bash functions/tools.sh format "$1"
Expand Down

0 comments on commit 94deb86

Please sign in to comment.