Skip to content

Commit

Permalink
command_line/arguments: Cleaned up a clang-tidy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Oct 13, 2024
1 parent d1ef502 commit 39cb1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/command_line/arguments
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ namespace substrate::commandLine
arguments_t() noexcept;
arguments_t(const arguments_t &arguments);
arguments_t(arguments_t &&arguments) noexcept;
// NOTLINTNEXTLINE(performance-trivially-destructible)
~arguments_t() noexcept;
arguments_t &operator =(const arguments_t &arguments);
arguments_t &operator =(arguments_t &&arguments) noexcept;
Expand Down

0 comments on commit 39cb1aa

Please sign in to comment.