Remove extra namespace typo
This commit is contained in:
parent
166924427e
commit
b5816be104
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace stat_trackers {
|
|||
|
||||
private:
|
||||
struct {
|
||||
std::chrono::steady_clock::steady_clock::time_point last_callback_time = std::chrono::steady_clock::now();
|
||||
std::chrono::steady_clock::time_point last_callback_time = std::chrono::steady_clock::now();
|
||||
T stat_min = std::numeric_limits<T>::max();
|
||||
T stat_max = 0;
|
||||
double stat_total = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue