Skip to content

Commit

Permalink
Fix include order for cpplint
Browse files Browse the repository at this point in the history
Relates to ament/ament_lint#324

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Jan 7, 2022
1 parent 716c762 commit 7bbccf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resource_retriever/test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

#include <gtest/gtest.h>

#include <resource_retriever/retriever.hpp>

#include <string>
#include <exception>

#include "gtest/gtest.h"

#include <resource_retriever/retriever.hpp>

TEST(Retriever, getByPackage)
{
try {
Expand Down

0 comments on commit 7bbccf1

Please sign in to comment.