Skip to content

Commit 861d469

Browse files
align the lint check
1 parent 6999b43 commit 861d469

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

.github/scripts/profile_ut_result_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ run_test() {
2222
local test_name=$1
2323
local log_file=$2
2424
local analysis_type=$3
25-
25+
2626
echo
2727
echo "Running: $test_name ($log_file)"
2828
echo "--------------------------------"
@@ -42,7 +42,7 @@ run_test() {
4242

4343
ERROR_COUNTS["$test_name"]=$error_count
4444
LOG_FILES["$test_name"]=$log_file
45-
45+
4646
if [ "$error_count" -eq 0 ]; then
4747
PASSED_TESTS+=("$test_name")
4848
echo "$test_name: PASSED (0 errors)"

0 commit comments

Comments
 (0)