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:
@ -10,8 +10,7 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
namespace client {
|
||||
namespace window_test {
|
||||
namespace client::window_test {
|
||||
|
||||
// Implement this interface for different platforms. Methods will be called on
|
||||
// the browser process UI thread unless otherwise indicated.
|
||||
@ -37,7 +36,6 @@ class WindowTestRunner {
|
||||
const std::optional<float>& height);
|
||||
};
|
||||
|
||||
} // namespace window_test
|
||||
} // namespace client
|
||||
} // namespace client::window_test
|
||||
|
||||
#endif // CEF_TESTS_CEFCLIENT_BROWSER_WINDOW_TEST_RUNNER_H_
|
||||
|
Reference in New Issue
Block a user