Skip to content

Commit ec6a61d

Browse files
committed
Fix indentation of the policy list in declare_infinite_durations
Signed-off-by: leoca <leo.camus23@gmail.com>
1 parent b85155e commit ec6a61d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

rclcpp/test/rclcpp/test_qos_parameters.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,8 @@ TEST(TestQosParameters, declare_infinite_durations) {
231231
// Without a parameter override, declaring the overrides must hand back the profile
232232
// it was given.
233233
rclcpp::QoS declared = rclcpp::detail::declare_qos_parameters(
234-
{
235-
rclcpp::QosPolicyKind::Deadline, rclcpp::QosPolicyKind::Lifespan,
236-
rclcpp::QosPolicyKind::LivelinessLeaseDuration
237-
},
234+
{rclcpp::QosPolicyKind::Deadline, rclcpp::QosPolicyKind::Lifespan,
235+
rclcpp::QosPolicyKind::LivelinessLeaseDuration},
238236
node,
239237
"/my/fully/qualified/topic_name",
240238
qos,

0 commit comments

Comments
 (0)