Skip to content

Commit e76c0cd

Browse files
committed
Trim whitespaces (pre-commit run --all-files)
1 parent cbb6483 commit e76c0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/feature/test_cucumber_json.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ def test_converters_dict_with_expand_option(testdir):
303303
"""
304304
import pytest
305305
from pytest_bdd import given, scenario
306-
306+
307307
@given('there is an intvalue <intvalue> and stringvalue <stringvalue> and floatvalue <floatvalue>')
308308
def type_type_and_value_value():
309309
pass
310-
310+
311311
@scenario(
312312
'test.feature',
313313
'Passing outline',

0 commit comments

Comments
 (0)