diff options
Diffstat (limited to 'src/tests/test_sequence.cc')
| -rw-r--r-- | src/tests/test_sequence.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/test_sequence.cc b/src/tests/test_sequence.cc index e00e606..d79ec1d 100644 --- a/src/tests/test_sequence.cc +++ b/src/tests/test_sequence.cc @@ -70,8 +70,7 @@ class DummyPostProcessEffect : public PostProcessEffect { int render_calls = 0; int update_bind_group_calls = 0; - DummyPostProcessEffect(const GpuContext& ctx) - : PostProcessEffect(ctx) { + DummyPostProcessEffect(const GpuContext& ctx) : PostProcessEffect(ctx) { } void init(MainSequence* demo) override { |
