Skip to content

Commit c43203f

Browse files
committed
NEWS.md: Remove white space only lines [ci skip]
1 parent 1968b4e commit c43203f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check_misc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Check for trailing spaces
2222
run: |
2323
! git grep -n '[ ]$' -- '*.rb' '*.[chy]'
24+
! git grep -n '^[ ][ ]*$' -- '*.md'
2425
- name: Check for bash specific substitution in configure.ac
2526
run: |
2627
! git grep -n '\${[A-Za-z_0-9]*/' -- configure.ac

NEWS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ The following APIs are updated.
552552
* `RUBY_INTERNAL_THREAD_EVENT_RESUMED`
553553
* `RUBY_INTERNAL_THREAD_EVENT_SUSPENDED`
554554
* `RUBY_INTERNAL_THREAD_EVENT_EXITED`
555-
556555

557556
### Removed C APIs
558557

0 commit comments

Comments
 (0)