Skip to content

Commit 3862150

Browse files
committed
tidy up formatting + misplaced comment
1 parent 266ff7b commit 3862150

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
# Place: Boston, MA
1010
set -e
1111

12-
# Place: Boston, MA
13-
1412
# Step 1: Code lint checking with ruff
1513
echo "=== Running Code Linting ==="
1614
uv run ruff check .
@@ -40,4 +38,4 @@ find . -name "tb_*.v" | while read tb_path; do
4038
echo "⚠ Missing answer file: $answer_path"
4139
fi
4240
done
43-
echo "✓ All tests passed!"
41+
echo "✓ All tests passed!"

0 commit comments

Comments
 (0)