Skip to content

Commit c369209

Browse files
committedNov 28, 2024
fix: cppcheck error
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent 6eb5bfe commit c369209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎map/autoware_map_projection_loader/src/map_projection_loader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ autoware_map_msgs::msg::MapProjectorInfo load_info_from_yaml(const std::string &
5555
"https://github.com/autowarefoundation/autoware.universe/blob/main/map/"
5656
"map_projection_loader/"
5757
"README.md"
58-
<< std::endl;);
58+
<< std::endl);
5959
msg.projector_type = autoware_map_msgs::msg::MapProjectorInfo::LOCAL;
6060
} else {
6161
throw std::runtime_error(

0 commit comments

Comments
 (0)