From 131abc4c907323dae029e1b7849816806f694ef9 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 1 May 2024 00:56:16 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Benjamin Wang --- 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 62dd343eacaf..0117e8f6f913 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 d5123612ea07..11a20f833c4e 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.