From b27cec73ccedfcac052e6b54f3f8db998293d3fb Mon Sep 17 00:00:00 2001 From: Paramadon Date: Wed, 16 Oct 2024 10:42:47 -0400 Subject: [PATCH] running make fmt --- .../agent_otel_merging_test.go | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/test/agent_otel_merging/agent_otel_merging_test.go b/test/agent_otel_merging/agent_otel_merging_test.go index 04724fe98..acdb75465 100644 --- a/test/agent_otel_merging/agent_otel_merging_test.go +++ b/test/agent_otel_merging/agent_otel_merging_test.go @@ -1,19 +1,24 @@ +// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: MIT + package agent_otel_merging import ( "fmt" - "github.com/aws/amazon-cloudwatch-agent-test/environment" - "github.com/aws/amazon-cloudwatch-agent-test/util/awsservice" - "github.com/aws/amazon-cloudwatch-agent-test/util/common" - "github.com/aws/aws-sdk-go-v2/aws" - "github.com/aws/aws-sdk-go-v2/service/cloudwatch/types" - "github.com/stretchr/testify/require" "os" "os/exec" "path/filepath" "strings" "testing" "time" + + "github.com/aws/aws-sdk-go-v2/aws" + "github.com/aws/aws-sdk-go-v2/service/cloudwatch/types" + "github.com/stretchr/testify/require" + + "github.com/aws/amazon-cloudwatch-agent-test/environment" + "github.com/aws/amazon-cloudwatch-agent-test/util/awsservice" + "github.com/aws/amazon-cloudwatch-agent-test/util/common" ) func init() {