Skip to content

Commit

Permalink
running make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Nov 19, 2024
1 parent d547e1c commit 5dc40f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT

package provider

import (
"github.com/aws/amazon-cloudwatch-agent/extension/agenthealth/handler/stats/agent"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/aws/amazon-cloudwatch-agent/extension/agenthealth/handler/stats/agent"
)

func TestStatusCodeHandler(t *testing.T) {
Expand Down
1 change: 0 additions & 1 deletion plugins/processors/ec2tagger/ec2tagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"time"

"github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/ec2/ec2iface"
Expand Down

0 comments on commit 5dc40f4

Please sign in to comment.