Skip to content

Commit

Permalink
running make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Oct 16, 2024
1 parent f19c9b1 commit b27cec7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions test/agent_otel_merging/agent_otel_merging_test.go
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit b27cec7

Please sign in to comment.