Skip to content

Commit 19bdf6c

Browse files
committed
format main.cpp
1 parent 19a912b commit 19bdf6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ constexpr std::string_view kServeCommand = "serve";
2424

2525
class ShutdownSignalHandler : public folly::AsyncSignalHandler {
2626
public:
27-
explicit ShutdownSignalHandler(folly::EventBase* evb)
28-
: AsyncSignalHandler(evb) {
27+
explicit ShutdownSignalHandler(folly::EventBase* evb) : AsyncSignalHandler(evb) {
2928
registerSignalHandler(SIGTERM);
3029
registerSignalHandler(SIGINT);
3130
}

0 commit comments

Comments
 (0)