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:
@@ -223,7 +223,7 @@ class TracingTestHandler : public CefEndTracingCallback,
|
||||
}
|
||||
|
||||
private:
|
||||
~TracingTestHandler() override {}
|
||||
~TracingTestHandler() override = default;
|
||||
|
||||
// Handle used to notify when the test is complete.
|
||||
CefRefPtr<CefWaitableEvent> completion_event_;
|
||||
|
Reference in New Issue
Block a user