Skip to content

Commit

Permalink
Trying to disable format testing on basis_transcoder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 committed Jan 28, 2022
1 parent 95c591d commit 5a72a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ while IFS= read -rd '' f; do
continue
elif [[ $f == *"min.js" ]]; then
continue
elif [[ $f == *"coder.js" ]]; then
continue
fi
# Ensures that files are UTF-8 formatted.
recode UTF-8 $f 2> /dev/null
Expand Down

0 comments on commit 5a72a33

Please sign in to comment.