Skip to content

Commit

Permalink
tests: Fix linting with newer clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Jul 10, 2024
1 parent 309b471 commit 8d512ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MockFactory : public dxvk::ResourceFactory {
: m_dxgiFactoryMock(std::move(dxgiFactory1Mock)),
m_vulkanMock(std::move(vulkanMock)),
m_nvmlMock(std::move(nvmlMock)),
m_lfxMock(std::move(lfxMock)){};
m_lfxMock(std::move(lfxMock)) {};

dxvk::Com<IDXGIFactory1> CreateDXGIFactory1() override {
return m_dxgiFactoryMock.get();
Expand Down

0 comments on commit 8d512ae

Please sign in to comment.