Skip to content

Commit

Permalink
Fixed formatting to appease clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Nov 15, 2023
1 parent 6524219 commit ca26e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/comm_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
#include "interface/comm_link.h"
#include "interface/param_listener.h"

#include <stdio.h>
#include <stdarg.h>
#include <stdio.h>

#include <cstdint>
#include <functional>

Expand Down

0 comments on commit ca26e3a

Please sign in to comment.