Skip to content

Commit b452024

Browse files
chore(clang-format): bump to v20
1 parent f39de17 commit b452024

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
clang-format
1+
clang-format==20.*

tests/unit/windows/test_win_display_device_topology.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,7 @@ TEST_F_S_MOCKED(SetCurrentTopology) {
284284
// Report only 1 active device
285285
EXPECT_CALL(*m_layer, queryDisplayConfig(display_device::QueryType::Active))
286286
.Times(1)
287-
.WillOnce(Return(display_device::PathAndModeData {
288-
{ut_consts::PAM_3_ACTIVE->m_paths.at(0)},
289-
{ut_consts::PAM_3_ACTIVE->m_modes.at(0)}
290-
}))
287+
.WillOnce(Return(display_device::PathAndModeData {{ut_consts::PAM_3_ACTIVE->m_paths.at(0)}, {ut_consts::PAM_3_ACTIVE->m_modes.at(0)}}))
291288
.RetiresOnSaturation();
292289
EXPECT_CALL(*m_layer, getMonitorDevicePath(_))
293290
.Times(1)

0 commit comments

Comments
 (0)