Skip to content

Commit

Permalink
Fix another cpplint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 16, 2024
1 parent a20ce88 commit 274e2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/acn/RootSender.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ namespace acn {

class RootSender {
public:
explicit RootSender(const ola::acn::CID &cid, bool force_length_flag = false);
explicit RootSender(const ola::acn::CID &cid,
bool force_length_flag = false);
~RootSender() {}

// Convenience method to encapsulate & send a single PDU
Expand Down

0 comments on commit 274e2c7

Please sign in to comment.