diff options
| author | luckygeck <[email protected]> | 2022-02-10 16:49:18 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:18 +0300 |
| commit | cb691264f012c552bac85a9fe352baa062cd81dd (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/dynamic_counters/page.cpp | |
| parent | 48ea53d4c114c948fa16fee5ec66de2552c93471 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/dynamic_counters/page.cpp')
| -rw-r--r-- | library/cpp/monlib/dynamic_counters/page.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/monlib/dynamic_counters/page.cpp b/library/cpp/monlib/dynamic_counters/page.cpp index d6f61d720bd..5124a47bb33 100644 --- a/library/cpp/monlib/dynamic_counters/page.cpp +++ b/library/cpp/monlib/dynamic_counters/page.cpp @@ -27,10 +27,10 @@ TMaybe<EFormat> ParseFormat(TStringBuf str) { } void TDynamicCountersPage::Output(NMonitoring::IMonHttpRequest& request) { - if (OutputCallback) { - OutputCallback(); - } - + if (OutputCallback) { + OutputCallback(); + } + TCountableBase::EVisibility visibility{ TCountableBase::EVisibility::Public }; |
