Skip to content

Commit

Permalink
chore: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse authored and kwkwan committed Jan 14, 2025
1 parent 702743d commit 960cbe3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ h| Property Name h| Property Type and Multiplicity h| Definition
({{ attr.gen_name }})
{%- endcapture -%}
| {{ name_col | newline_to_br }}
| {{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.definition }}
{%- endif -%}
{% endfor %}
Expand All @@ -42,7 +42,7 @@ h| Property Name h| Property Type and Multiplicity h| Definition
({{ attr.gen_name }})
{%- endcapture -%}
| {{ name_col | newline_to_br }}
| {{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.definition }}
{%- endif -%}
{% endfor %}
Expand All @@ -56,7 +56,7 @@ h| Property Name h| Property Type and Multiplicity h| Definition
({{ attr.gen_name }})
{%- endcapture -%}
| {{ name_col | newline_to_br }}
| {{ attr.type_ns }}:{{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.type_ns }}:{{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.definition }}
{%- endif -%}
{% endfor %}
Expand All @@ -70,7 +70,7 @@ h| Property Name h| Property Type and Multiplicity h| Definition
({{ attr.gen_name }})
{%- endcapture -%}
| {{ name_col | newline_to_br }}
| {{ attr.type_ns }}:{{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.type_ns }}:{{ attr.type }} [{{ attr.cardinality.min }}..{{ attr.cardinality.max }}]
| {{ attr.definition }}
{%- endif -%}
{% endfor %}
Expand Down

0 comments on commit 960cbe3

Please sign in to comment.