Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 8, 2023
1 parent 5c4c040 commit 3b5b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaRpc/API/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void MaaRpcStart(MaaStringView address)

std::string server_address(address);

context =std::make_unique<Context>();
context = std::make_unique<Context>();

grpc::ServerBuilder builder;
builder.AddListeningPort(server_address, grpc::InsecureServerCredentials());
Expand Down

0 comments on commit 3b5b300

Please sign in to comment.