Skip to content

Commit

Permalink
Fix cpplint
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <[email protected]>
  • Loading branch information
peci1 authored Sep 4, 2023
1 parent acccec5 commit d5f2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ QStringList MainWindow::PluginListModel() const
{
for (auto const &plugin : path.second)
{
//TODO(anyone): Move this into gz-plugin to be reusable
// TODO(anyone): Move this into gz-plugin to be reusable

// Remove shared library prefix and shared library suffix
auto pluginName = plugin.substr(
Expand Down

0 comments on commit d5f2da9

Please sign in to comment.