Skip to content

Commit

Permalink
Run wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 15, 2025
1 parent dd94031 commit d5c6140
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ struct Instance {
std::vector<std::string> m_addresses;
int m_tableListener;
int m_nextPort{CameraServer::kBasePort};
// Listener callback will capture [this], so let's make sure the callback is removed before anything else is destroyed.
// Listener callback will capture [this], so let's make sure the callback is
// removed before anything else is destroyed.
cs::VideoListener m_videoListener;
};

Expand Down

0 comments on commit d5c6140

Please sign in to comment.