Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controller_manager: Add space to string literal concatenation #1245

Merged

Conversation

yashi
Copy link
Contributor

@yashi yashi commented Dec 24, 2023

There is no space between the string literals, "following" and "controllers". This results in "followingcontrollers", which is not what we want.

Add a space to the first string to fix this.

Copy link
Contributor

@fmauch fmauch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fair

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

There is no space between the string literals, "following" and
"controllers". This results in "followingcontrollers", which is not
what we want.

Add a space to the first string to fix this.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
@yashi yashi force-pushed the add-space-between-string-literals branch from 25e41d5 to 3cc4fdd Compare December 24, 2023 23:16
Copy link

codecov bot commented Dec 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e92b6c2) 47.82% compared to head (3cc4fdd) 47.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1245   +/-   ##
=======================================
  Coverage   47.82%   47.82%           
=======================================
  Files          40       40           
  Lines        3448     3448           
  Branches     1869     1869           
=======================================
  Hits         1649     1649           
  Misses        456      456           
  Partials     1343     1343           
Flag Coverage Δ
unittests 47.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
controller_manager/src/controller_manager.cpp 39.22% <ø> (ø)

@christophfroehlich christophfroehlich added the backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron. label Dec 25, 2023
@bmagyar bmagyar merged commit 0a7b149 into ros-controls:master Dec 27, 2023
13 checks passed
mergify bot pushed a commit that referenced this pull request Dec 27, 2023
@yashi yashi deleted the add-space-between-string-literals branch December 27, 2023 21:52
christophfroehlich pushed a commit that referenced this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants