Skip to content

Commit b104403

Browse files
FrogTheFrogReenigneArcher
authored andcommitted
update the formatter...
1 parent 01b68ca commit b104403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_display_device.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ namespace {
488488
EXPECT_NO_THROW(std::get<display_device::failed_to_parse_tag_t>(result));
489489
}
490490
else {
491-
const auto& [expected_resolution, expected_refresh_rate] = std::get<final_values_t>(expected_value);
492-
const auto& parsed_config = std::get<display_device::SingleDisplayConfiguration>(result);
491+
const auto &[expected_resolution, expected_refresh_rate] = std::get<final_values_t>(expected_value);
492+
const auto &parsed_config = std::get<display_device::SingleDisplayConfiguration>(result);
493493

494494
EXPECT_EQ(parsed_config.m_resolution, expected_resolution);
495495
EXPECT_EQ(parsed_config.m_refresh_rate, expected_refresh_rate ? std::make_optional(display_device::FloatingPoint { *expected_refresh_rate }) : std::nullopt);

0 commit comments

Comments
 (0)