Skip to content

Commit 163cbc8

Browse files
committed
Fix line breaks
1 parent a41d5fe commit 163cbc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/graphql/docs/example.md.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ mutation {
1717
{%~ if definition.name == method.responseModel %}
1818
{%~ for property in definition.properties | filter(p => p.required) %}
1919
{{ property.name | caseCamel }}
20-
2120
{%~ endfor %}
2221
{%~ if definition.additionalProperties %}
2322
data

0 commit comments

Comments
 (0)