Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Apr 19, 2024
1 parent 1a2d053 commit 2738cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/semconv/templates/common.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

{%- macro to_docstring(str) -%}
{{ str | to_doc_brief | replace("\\", "\\\\") }}
{%- endmacro -%}
{%- endmacro -%}
2 changes: 1 addition & 1 deletion scripts/semconv/templates/semantic_attributes.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ class {{class_name}}(Enum):
{%- endfor %}
{%- endfor -%}
{%- endif -%}
{%- endif -%}
{%- endif -%}

0 comments on commit 2738cc9

Please sign in to comment.