Skip to content

Commit

Permalink
Fix include order for cpplint (#69)
Browse files Browse the repository at this point in the history
* Fix include order for cpplint

Relates to ament/ament_lint#324

Signed-off-by: Jacob Perron <[email protected]>

* Use double-quotes

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored Jan 12, 2022
1 parent 716c762 commit a240335
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 a240335

Please sign in to comment.