Skip to content

Commit

Permalink
Format end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 19, 2024
1 parent 1064dff commit 1804c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/grass/gunittest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ def xfail_windows(test_item):
return lambda func: func
warnings.warn("Once the test is fixed and passing, remove the "
"@xfail_windows decorator", stacklevel=2)
return expectedFailure(test_item)
return expectedFailure(test_item)

Check failure on line 98 in python/grass/gunittest/utils.py

View workflow job for this annotation

GitHub Actions / Python Code Quality Checks (ubuntu-22.04)

Ruff (W293)

python/grass/gunittest/utils.py:98:1: W293 Blank line contains whitespace

Check failure on line 98 in python/grass/gunittest/utils.py

View workflow job for this annotation

GitHub Actions / Python Code Quality Checks (ubuntu-22.04)

Ruff (W292)

python/grass/gunittest/utils.py:98:2: W292 No newline at end of file

0 comments on commit 1804c74

Please sign in to comment.