mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -55,7 +55,7 @@ class MainContextImpl : public MainContext {
|
||||
// Allow deletion via std::unique_ptr only.
|
||||
friend std::default_delete<MainContextImpl>;
|
||||
|
||||
~MainContextImpl();
|
||||
~MainContextImpl() override;
|
||||
|
||||
// Returns true if the context is in a valid state (initialized and not yet
|
||||
// shut down).
|
||||
|
Reference in New Issue
Block a user