Skip to content

Commit

Permalink
C++: Remove extra brace from the deprecated attribute (OpenCyphal#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko authored Mar 9, 2023
1 parent 602bfc6 commit 82f8b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nunavut/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. autodata:: __version__
"""

__version__ = "2.0.8"
__version__ = "2.0.9"
__license__ = "MIT"
__author__ = "OpenCyphal"
__copyright__ = "Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. Copyright (c) 2023 OpenCyphal."
Expand Down
2 changes: 1 addition & 1 deletion src/nunavut/lang/cpp/templates/_composite_type.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% endifuses -%}
{{ composite_type.doc | block_comment('cpp-doxygen', 0, 120) }}
{% if composite_type.deprecated -%}
[[deprecated("{{ composite_type }} is reaching the end of its life; there may be a newer version available"))]]
[[deprecated("{{ composite_type }} is reaching the end of its life; there may be a newer version available")]]
{% endif -%}
struct {{composite_type|short_reference_name}} final
{
Expand Down

0 comments on commit 82f8b8b

Please sign in to comment.