From 3fbd6555e86b5964d859478309b6c73d42a95847 Mon Sep 17 00:00:00 2001 From: Heffie199 <916754282@qq.com> Date: Sat, 26 Dec 2020 20:54:39 +0800 Subject: [PATCH] ce1 test --- scripts/format_source_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/format_source_code.sh b/scripts/format_source_code.sh index 2765c2a8239..5e8038fcb78 100755 --- a/scripts/format_source_code.sh +++ b/scripts/format_source_code.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================ - +#dsakce set -e CLANG_FORMAT=$(which clang-format) || (echo "Please install 'clang-format' tool first"; exit 1)