Fix an indent issue.

master
Chunting Gu 6 years ago committed by GitHub
parent 899a77114f
commit 03af40c0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@ The first two operations are implemented by `BookListView` deriving from `webcc:
```cpp
class BookListView : public webcc::View {
public:
webcc::ResponsePtr Handle(webcc::RequestPtr request) override {
webcc::ResponsePtr Handle(webcc::RequestPtr request) override {
if (request->method() == "GET") {
return Get(request->query());
}

Loading…
Cancel
Save