diff --git a/python/grass/gunittest/utils.py b/python/grass/gunittest/utils.py index 2b451c9263a..1f8d80e1531 100644 --- a/python/grass/gunittest/utils.py +++ b/python/grass/gunittest/utils.py @@ -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) \ No newline at end of file + return expectedFailure(test_item) + \ No newline at end of file