Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 27, 2023
1 parent 70d6c2f commit 05d681d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,8 @@ State::handle(const AuthenticatedContent& content_auth)
}

std::optional<State>
State::handle(const AuthenticatedContent& content_auth, std::optional<State> cached_state)
State::handle(const AuthenticatedContent& content_auth,
std::optional<State> cached_state)
{
return handle(content_auth, std::move(cached_state), std::nullopt);
}
Expand Down

0 comments on commit 05d681d

Please sign in to comment.