fix clang format

This commit is contained in:
oscar.chen 2022-05-14 19:35:45 -07:00
parent 7164517622
commit cdba76739f

View File

@ -474,7 +474,7 @@ namespace crow
std::uint8_t timeout_{5};
uint16_t port_ = 80;
uint16_t concurrency_ = 2;
uint64_t max_payload_{ UINT64_MAX };
uint64_t max_payload_{UINT64_MAX};
bool validated_ = false;
std::string server_name_ = std::string("Crow/") + VERSION;
std::string bindaddr_ = "0.0.0.0";