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;
} }
......
...@@ -119,4 +119,4 @@ namespace math { ...@@ -119,4 +119,4 @@ namespace math {
} }
} }
} }
#endregion #endregion
\ No newline at end of file
...@@ -156,4 +156,4 @@ namespace grpc.testing { ...@@ -156,4 +156,4 @@ namespace grpc.testing {
} }
} }
} }
#endregion #endregion
\ No newline at end of file
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