Skip to content

Commit 9a91376

Browse files
committed
apply pre-commit changes
1 parent b9f2a53 commit 9a91376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hardware_interface_testing/test/test_resource_manager.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,8 +1855,8 @@ class ResourceManagerTestReadWriteDifferentReadWriteRate : public ResourceManage
18551855
// check it is either the previous value or the new one
18561856
EXPECT_THAT(
18571857
state_itfs[0].get_optional(), testing::AnyOf(
1858-
testing::DoubleEq(prev_act_state_value),
1859-
testing::DoubleEq(prev_act_state_value + 5.0)));
1858+
testing::DoubleEq(prev_act_state_value),
1859+
testing::DoubleEq(prev_act_state_value + 5.0)));
18601860
}
18611861
else
18621862
{
@@ -1867,8 +1867,8 @@ class ResourceManagerTestReadWriteDifferentReadWriteRate : public ResourceManage
18671867
// check it is either the previous value or the new one
18681868
EXPECT_THAT(
18691869
state_itfs[1].get_optional(), testing::AnyOf(
1870-
testing::DoubleEq(prev_system_state_value),
1871-
testing::DoubleEq(prev_system_state_value + 10.0)));
1870+
testing::DoubleEq(prev_system_state_value),
1871+
testing::DoubleEq(prev_system_state_value + 10.0)));
18721872
}
18731873
else
18741874
{

0 commit comments

Comments
 (0)