Skip to content

Commit

Permalink
Fix format and changes documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Onur Berk Tore <[email protected]>
  • Loading branch information
Onur Berk Tore committed Aug 17, 2022
1 parent d5567df commit ea3c1f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/plugins/spawn/Spawn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace gz::sim
/// \brief Text for popup error message
public: QString errorPopupText;

/// \brief Adds new line after each new nChar.
/// \brief Adds new line after each nChar.
public: std::string AddNewLine(std::string &str, int nChar);
};
}
Expand Down Expand Up @@ -206,7 +206,6 @@ std::string SpawnPrivate::AddNewLine(std::string &str, int nChar)
return out;
}


/////////////////////////////////////////////////
void SpawnPrivate::HandlePlacement()
{
Expand Down

0 comments on commit ea3c1f6

Please sign in to comment.