Skip to content

Commit

Permalink
Removes unnecesary reference.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Lopez <[email protected]>
  • Loading branch information
Santoi committed Oct 10, 2024
1 parent 193fd4a commit fda3ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maliput/src/utility/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn get_obj_description_from_road_network(
}
let output_directory = path_to_string(output_directory)?;
let file_name = String::from("road_network");
generate_obj_file(road_network, &output_directory, &file_name, &features);
generate_obj_file(road_network, &output_directory, &file_name, features);
let output_directory = Path::new(&output_directory);
let obj_full_path = output_directory.join(create_file_name(file_name.as_str(), "obj"));
let obj_description = read_to_string(&obj_full_path)?;
Expand Down

0 comments on commit fda3ff2

Please sign in to comment.