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 6b6b533 commit c706b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ elif [[ "$1" == "format" ]]; then
git add --renormalize .
CHANGED="$(git ls-files --modified)"
if [[ ! -z "$CHANGED" ]]; then
echo "The following files have changes:"
echo "The following files have changes: "
echo "$CHANGED"
exit 1
fi
Expand Down

0 comments on commit c706b4c

Please sign in to comment.