There was an error while loading. Please reload this page.
1 parent bfdb8ab commit 4eae426Copy full SHA for 4eae426
1 file changed
src/admin/BuiltinRoutes.cpp
@@ -13,8 +13,7 @@ void registerBuiltinRoutes(AdminServer& server) {
13
proxygen::ResponseBuilder(downstream)
14
.status(200, proxygen::HTTPMessage::getDefaultReason(200))
15
.header("Content-Type", "application/json")
16
- .body(
17
- folly::IOBuf::copyBuffer("{\"service\":\"o-rly\",\"version\":\"" ORLY_VERSION "\"}\n")
+ .body(folly::IOBuf::copyBuffer("{\"service\":\"o-rly\",\"version\":\"" ORLY_VERSION "\"}\n")
18
)
19
.sendWithEOM();
20
});
0 commit comments