Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 15, 2023
1 parent fd2c871 commit 57ab3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ ValidatedContent::authenticated_content() const
}

ValidatedContent::ValidatedContent(AuthenticatedContent content_auth_in)
: content_auth(content_auth_in)
: content_auth(std::move(content_auth_in))
{
}

Expand Down

0 comments on commit 57ab3a6

Please sign in to comment.