8000 style: remove trailing spaces (#1597) · Algorithms-Learn/JavaScript@069803f · GitHub
[go: up one dir, main page]

Skip to content

Commit 069803f

Browse files
authored
style: remove trailing spaces (TheAlgorithms#1597)
1 parent 83eb73b commit 069803f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ body:
3333
label: Steps to reproduce (if applicable)
3434
description: List steps to reproduce the behavior.
3535
placeholder: |
36-
1.
37-
2.
38-
3.
36+
1.
37+
2.
38+
3.
3939
4.
4040
validations:
4141
required: false

.github/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ markComment: >
1616
for your contributions.
1717
# Comment to post when closing a stale issue. Set to `false` to disable
1818
closeComment: >
19-
Please reopen this issue once you commit the changes requested or
19+
Please reopen this issue once you commit the changes requested or
2020
make improvements on the code. Thank you for your contributions.

0 commit comments

Comments
 (0)
0