Skip to content
Snippets Groups Projects
Commit 38a09b78 authored by David Klempner's avatar David Klempner
Browse files

Restore sanity by reformatting grpc_version_string

parent 7a94236d
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,6 @@
#include <grpc/grpc.h>
const char *grpc_version_string(void) { return "0.11.0.0"; }
const char *grpc_version_string(void) {
return "0.11.0.0";
}
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