Skip to content

Commit

Permalink
Digraph
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Jun 16, 2016
1 parent 90460fa commit 4e1a883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpp/ext/proto_server_reflection_plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ bool ProtoServerReflectionPlugin::has_async_methods() const {
return false;
}

static std::unique_ptr<::grpc::ServerBuilderPlugin> CreateProtoReflection() {
return std::unique_ptr<::grpc::ServerBuilderPlugin>(
static std::unique_ptr< ::grpc::ServerBuilderPlugin> CreateProtoReflection() {
return std::unique_ptr< ::grpc::ServerBuilderPlugin>(
new ProtoServerReflectionPlugin());
}

Expand Down

0 comments on commit 4e1a883

Please sign in to comment.