Skip to content
Snippets Groups Projects
Commit be6ccdbc authored by James Eady's avatar James Eady
Browse files

Proper clang formatting.

parent 3b264510
No related branches found
No related tags found
No related merge requests found
......@@ -805,11 +805,10 @@ void PrintHeaderService(grpc_generator::Printer *printer,
printer->Indent();
// Service metadata
printer->Print(
*vars,
"static constexpr char const* service_full_name() {\n"
" return \"$Package$$Service$\";\n"
"}\n");
printer->Print(*vars,
"static constexpr char const* service_full_name() {\n"
" return \"$Package$$Service$\";\n"
"}\n");
// Client side
printer->Print(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment