Skip to content

Commit

Permalink
Remove misalignment and fix deviation in commit history
Browse files Browse the repository at this point in the history
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
  • Loading branch information
xiyuoh committed Jan 3, 2025
1 parent e36383c commit c6c6eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rmf_site_editor/src/site/load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ fn generate_site_entities(
let Some(parent) = model_instance.parent.0 else {
error!(
"Site parent missing for instance {}. Unable to determine which \
level the instance should be spawned on. Please check the \
building or site file to ensure that every model instance's \
site parent is accounted for. Unable to load file.",
level the instance should be spawned on. Please check the \
building or site file to ensure that every model instance's \
site parent is accounted for. Unable to load file.",
model_instance.name.0,
);
continue;
Expand Down

0 comments on commit c6c6eb5

Please sign in to comment.