From b370f1cf0290c147592ebced51b3468b9c2cde15 Mon Sep 17 00:00:00 2001 From: Andrei Ozerov Date: Sun, 14 Feb 2021 21:13:34 +0300 Subject: [PATCH] Fix changing comments in combineerrors_test.go Do not change comments in consumer/consumererror/combineerrors_test.go. --- consumer/consumererror/combineerrors_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consumer/consumererror/combineerrors_test.go b/consumer/consumererror/combineerrors_test.go index c465376477f4..404b853f3420 100644 --- a/consumer/consumererror/combineerrors_test.go +++ b/consumer/consumererror/combineerrors_test.go @@ -1,10 +1,10 @@ -// Copyright The OpenTelemetry Authors +// Copyright The OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,