diff --git a/generator/internal/http_option_utils.cc b/generator/internal/http_option_utils.cc index 58df12f8d377e..f6c109e41d2ac 100644 --- a/generator/internal/http_option_utils.cc +++ b/generator/internal/http_option_utils.cc @@ -62,8 +62,8 @@ struct RestPathVisitor { explicit RestPathVisitor(std::string api_version, std::vector& path) : api_version(std::move(api_version)), path(path) {} - void operator()(PathTemplate::Match const&) { ; } - void operator()(PathTemplate::MatchRecursive const&) { ; } + void operator()(PathTemplate::Match const&) {} + void operator()(PathTemplate::MatchRecursive const&) {} void operator()(std::string const& s) { path.emplace_back( [piece = s, api = api_version](