Skip to content

Commit dad4a2b

Browse files
committed
Linting
Signed-off-by: mini-1235 <[email protected]>
1 parent 850c588 commit dad4a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ _commands:
234234
name: Test Workspace | << parameters.workspace >>
235235
working_directory: << parameters.workspace >>
236236
command: |
237-
# Start zenohd daemon only if using rmw_zenoh_cpp
238-
if [ "$RMW_IMPLEMENTATION" = "rmw_zenoh_cpp" ]; then
237+
# Start zenohd daemon only if using rmw_zenoh_cpp
238+
if [ "$RMW_IMPLEMENTATION" = "rmw_zenoh_cpp" ]; then
239239
ros2 run rmw_zenoh_cpp rmw_zenohd &
240-
fi
240+
fi
241241
TEST_UNPASSED=$(
242242
colcon list \
243243
--names-only \

0 commit comments

Comments
 (0)