mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
ceftests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -9,7 +9,8 @@ namespace {
|
||||
// Used to verify that the test harness (bound functions) behave correctly.
|
||||
class HarnessTestHandler : public SingleLoadTestHandler {
|
||||
public:
|
||||
HarnessTestHandler(bool test_success) : test_success_(test_success) {}
|
||||
explicit HarnessTestHandler(bool test_success)
|
||||
: test_success_(test_success) {}
|
||||
|
||||
std::string GetMainHTML() override {
|
||||
std::string html;
|
||||
|
Reference in New Issue
Block a user