Skip to content

Commit 672efe8

Browse files
style(pre-commit): autofix
1 parent 4abe9a7 commit 672efe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST_F(PublishedTimePublisherTest, PublishMsgWithTimestamp)
7575
// Use Published Time Publisher with a timestamp
7676
published_time_publisher_->publish(test_publisher_, header.stamp);
7777
rclcpp::spin_some(node_);
78-
78+
7979
// Check if the published time is the same as the header
8080
EXPECT_EQ(published_time_->header.stamp, header.stamp);
81-
}
81+
}

0 commit comments

Comments
 (0)