Skip to content

Commit

Permalink
comply to noexcept requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 2, 2020
1 parent 5e2ee69 commit bc3fb98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ elif [[ "$1" == "benchmark" ]]; then
elif [[ "$1" == "format" ]]; then
tools/format.sh
# normalize file endings according to .gitattributes
# git add --renormalize .
git add .
git add --renormalize .
CHANGED="$(git ls-files --modified)"
if [[ ! -z "$CHANGED" ]]; then
echo "The following files have changes:"
Expand Down

0 comments on commit bc3fb98

Please sign in to comment.