Skip to content

Commit 893436e

Browse files
committed
style: add newline between classes
1 parent fe3f8ec commit 893436e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/support/gherkin_sbdl_converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def _make_sbdl_identifier(self, name: str) -> str:
3737
return sbdl.SBDL_Parser.sanitize_identifier(
3838
name.replace(" ", "_").replace("-", "_")
3939
).strip("_")
40+
4041
class GherkinConverter:
4142
"""Converts Gherkin files to SBDL using configurable hierarchy mappings."""
4243

0 commit comments

Comments
 (0)