From eb6d9fbe041634d92df9cad548f6664604bf5424 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 21 Mar 2024 18:00:47 -0500 Subject: [PATCH] Fix linter (#1) Signed-off-by: Addisu Z. Taddese --- CONTRIBUTING.md | 4 ++-- gz_transport_vendor-extras.cmake.in | 4 ++-- package.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 068d045..cfba094 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that [license](http://www.apache.org/licenses/LICENSE-2.0.html): -~~ +~~~ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of @@ -10,7 +10,7 @@ be under the Apache 2 License, as dictated by that Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. -~~ +~~~ Contributors must sign-off each commit by adding a `Signed-off-by: ...` line to commit messages to certify that they have the right to submit diff --git a/gz_transport_vendor-extras.cmake.in b/gz_transport_vendor-extras.cmake.in index c88bfc2..40b41aa 100644 --- a/gz_transport_vendor-extras.cmake.in +++ b/gz_transport_vendor-extras.cmake.in @@ -9,12 +9,12 @@ get_target_property(components @LIB_NAME@@LIB_VER_MAJOR@::requested INTERFACE_LI foreach(component ${components}) # Skip the core library - if (${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@) + if(${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@) continue() endif() # Skip the -all target - if (${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@-all) + if(${component} STREQUAL @LIB_NAME@@LIB_VER_MAJOR@::@LIB_NAME@@LIB_VER_MAJOR@-all) continue() endif() diff --git a/package.xml b/package.xml index e79fcfb..ce3ef6c 100644 --- a/package.xml +++ b/package.xml @@ -40,7 +40,7 @@ gz_utils_vendor - gz-transport13 + gz-transport13 ament_cmake_copyright ament_cmake_lint_cmake