Skip to content
Snippets Groups Projects
Commit cd7e3137 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

add newline to the end of generated files

parent eb5a312a
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ grpc::string GetServices(const FileDescriptor *file) { ...@@ -489,7 +489,7 @@ grpc::string GetServices(const FileDescriptor *file) {
} }
out.Outdent(); out.Outdent();
out.Print("}\n"); out.Print("}\n");
out.Print("#endregion"); out.Print("#endregion\n");
return output; return output;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment