Skip to content

Commit 7d420be

Browse files
CLN: Missed whitespace changes
Fixed trailing whitespace on two lines.
1 parent 5a13341 commit 7d420be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/test_validate_docstrings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def wrapper(*args, **kwargs):
2222
Wrapper function.
2323
2424
This docstring should be hidden, and not used during validation.
25-
Using the @wraps decorator should allow validation to get the
26-
signature of the wrapped function when comparing against the
25+
Using the @wraps decorator should allow validation to get the
26+
signature of the wrapped function when comparing against the
2727
docstring.
2828
"""
2929
return func(*args, **kwargs)

0 commit comments

Comments
 (0)