We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c47b2c commit 23f6797Copy full SHA for 23f6797
scripts/semconv/templates/common.j2
@@ -16,4 +16,4 @@
16
17
{%- macro to_docstring(str) -%}
18
{{ str | to_doc_brief | replace("\\", "\\\\") }}
19
-{%- endmacro -%}
+{%- endmacro -%}
scripts/semconv/templates/semantic_attributes.j2
@@ -81,4 +81,4 @@ class {{class_name}}(Enum):
81
{%- endfor %}
82
{%- endfor -%}
83
{%- endif -%}
84
-{%- endif -%}
+{%- endif -%}
0 commit comments