Skip to content

Commit 4eae426

Browse files
committed
reformat
1 parent bfdb8ab commit 4eae426

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/admin/BuiltinRoutes.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ void registerBuiltinRoutes(AdminServer& server) {
1313
proxygen::ResponseBuilder(downstream)
1414
.status(200, proxygen::HTTPMessage::getDefaultReason(200))
1515
.header("Content-Type", "application/json")
16-
.body(
17-
folly::IOBuf::copyBuffer("{\"service\":\"o-rly\",\"version\":\"" ORLY_VERSION "\"}\n")
16+
.body(folly::IOBuf::copyBuffer("{\"service\":\"o-rly\",\"version\":\"" ORLY_VERSION "\"}\n")
1817
)
1918
.sendWithEOM();
2019
});

0 commit comments

Comments
 (0)