Format rest of the sources
This commit is contained in:
@ -58,7 +58,8 @@ public:
|
||||
{
|
||||
TimePoint time_point;
|
||||
int count;
|
||||
Timestamp(TimePoint p, int c) : time_point(p)
|
||||
Timestamp(TimePoint p, int c)
|
||||
: time_point(p)
|
||||
, count(c)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user