Skip to content

Commit 324a394

Browse files
committed
grpclog: wrap long comment lines in grpclog.go
1 parent ef6044e commit 324a394

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

grpclog/internal/grpclog.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ var LoggerV2Impl LoggerV2
2525
// DepthLoggerV2Impl is the logger used for the depth log functions.
2626
var DepthLoggerV2Impl DepthLoggerV2
2727

28-
// ComponentLoggerV2Impl is the logger used for non-depth per-component log functions.
28+
// ComponentLoggerV2Impl is the logger used for non-depth
29+
// per-component log functions.
2930
var ComponentLoggerV2Impl LoggerV2
3031

31-
// ComponentDepthLoggerV2Impl is the logger used for depth per-component log functions.
32+
// ComponentDepthLoggerV2Impl is the logger used for depth
33+
// per-component log functions.
3234
var ComponentDepthLoggerV2Impl DepthLoggerV2

0 commit comments

Comments
 (0)