summaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/counters/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/monlib/counters/timer.h')
-rw-r--r--library/cpp/monlib/counters/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/timer.h b/library/cpp/monlib/counters/timer.h
index 03dfb35337f..d64606b2a08 100644
--- a/library/cpp/monlib/counters/timer.h
+++ b/library/cpp/monlib/counters/timer.h
@@ -166,7 +166,7 @@ namespace NMonitoring {
(*Callback_)(duration);
}
Timer_->RecordValue(duration);
- }
+ }
private:
TTimer* Timer_;