Skip to content

Commit

Permalink
fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Dec 7, 2022
1 parent 86caf8f commit 91fa36f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions image_rotate/src/image_rotate_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ ImageRotateNode::ImageRotateNode()
target_vector_.vector.x = config_.target_x;
target_vector_.vector.y = config_.target_y;
target_vector_.vector.z = config_.target_z;

source_vector_.vector.x = config_.source_x;
source_vector_.vector.y = config_.source_y;
source_vector_.vector.z = config_.source_z;
Expand All @@ -145,7 +144,6 @@ ImageRotateNode::ImageRotateNode()
source_vector_.vector.x = config_.source_x;
source_vector_.vector.y = config_.source_y;
source_vector_.vector.z = config_.source_z;

}

const std::string ImageRotateNode::frameWithDefault(
Expand Down

0 comments on commit 91fa36f

Please sign in to comment.