Skip to content

Commit f1409c6

Browse files
committed
format code
1 parent 0de0d34 commit f1409c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libdbc/signal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#ifndef __SIGNAL_HPP__
33
#define __SIGNAL_HPP__
44

5+
#include <cstdint>
56
#include <iostream>
67
#include <string>
78
#include <vector>
8-
#include <cstdint>
99

1010
namespace libdbc {
1111
struct Signal {

0 commit comments

Comments
 (0)