Skip to content

Commit

Permalink
スタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Oct 15, 2024
1 parent 6443f9c commit 81abda0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sciurus17_examples/src/pick_and_place_tf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class PickAndPlaceTf : public rclcpp::Node
}

private:
enum class ArmSide {
enum class ArmSide
{
LEFT,
RIGHT
};
Expand Down

0 comments on commit 81abda0

Please sign in to comment.