Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Aug 31, 2021
1 parent bac44b6 commit 1d20196
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/WorldIter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ WorldIterRestIds::WorldIterRestIds(const Rest &_rest,
std::string queryStrPageKey = "page=";
do
{
// Fire the request.
// Fire the request.
resp = this->rest.Request(method, this->config.Url().Str(),
this->config.Version(),
Expand Down
1 change: 0 additions & 1 deletion src/ign.hh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ extern "C" IGNITION_FUEL_TOOLS_VISIBLE int editUrl(

/// \brief External hook to execute 'ign fuel update [options] from the command'
/// line
///
/// \param[in] _onlyModels "1" to only update models.
/// \param[in] _onlyWorlds "1" to only update worlds.
/// \param[in] _header An HTTP header.
Expand Down

0 comments on commit 1d20196

Please sign in to comment.