Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent 5fa1b1a commit 782ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RMGIpc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bool RMGIpc::SendIpcNonBlocking(std::string msg) {
return false;
}

return len == msg.size(); //TODO: better handle this case.
return len == msg.size(); // TODO: better handle this case.
}

// vim: tabstop=2 shiftwidth=2 expandtab

0 comments on commit 782ad45

Please sign in to comment.