Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Nov 9, 2023
1 parent 90cf785 commit aaaefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclrs/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn main() {
println!(error_msg);
return;
} else {
panic!(error_msg);
panic!("{}", error_msg);
}
}
};
Expand Down

0 comments on commit aaaefd6

Please sign in to comment.