Skip to content

Commit 23f6797

Browse files
committed
nits
1 parent 7c47b2c commit 23f6797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/semconv/templates/common.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
{%- macro to_docstring(str) -%}
1818
{{ str | to_doc_brief | replace("\\", "\\\\") }}
19-
{%- endmacro -%}
19+
{%- endmacro -%}

scripts/semconv/templates/semantic_attributes.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ class {{class_name}}(Enum):
8181
{%- endfor %}
8282
{%- endfor -%}
8383
{%- endif -%}
84-
{%- endif -%}
84+
{%- endif -%}

0 commit comments

Comments
 (0)