From 613ea90d75d96f92c9a7eb699cd9c0b7d311262c Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 1 May 2024 01:03:25 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Benjamin Wang Signed-off-by: Marcus Efraimsson --- client/pkg/logutil/grpc_logger_interceptor.go | 2 +- tests/framework/integration/settable_logger.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pkg/logutil/grpc_logger_interceptor.go b/client/pkg/logutil/grpc_logger_interceptor.go index 62dd343eaca..0117e8f6f91 100644 --- a/client/pkg/logutil/grpc_logger_interceptor.go +++ b/client/pkg/logutil/grpc_logger_interceptor.go @@ -1,4 +1,4 @@ -// Copyright 2016 The etcd Authors +// Copyright 2024 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/framework/integration/settable_logger.go b/tests/framework/integration/settable_logger.go index d5123612ea0..11a20f833c4 100644 --- a/tests/framework/integration/settable_logger.go +++ b/tests/framework/integration/settable_logger.go @@ -1,4 +1,4 @@ -// Copyright 2016 The etcd Authors +// Copyright 2024 The etcd Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.