Skip to content

Commit 4d16852

Browse files
committed
Style
commit_hash:3d2353fc0157987067c462ff572c12127c018565
1 parent adb4f33 commit 4d16852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/yt/core/http/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class TServer
178178
TStatusCodeCounter StatusCodeCounter;
179179
};
180180

181-
explicit TProfiling(const TProfiler& profiler, bool enablePerPathRequestProfiling)
181+
TProfiling(const TProfiler& profiler, bool enablePerPathRequestProfiling)
182182
: ConnectionsActive(profiler.Gauge("/connections_active"))
183183
, ConnectionsAccepted(profiler.Counter("/connections_accepted"))
184184
, ConnectionsDropped(profiler.Counter("/connections_dropped"))

0 commit comments

Comments
 (0)