Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhigbeEromo committed Dec 23, 2024
1 parent f087bd5 commit 748519a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exporter/sematextexporter/es_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"testing"

"github.com/elastic/go-elasticsearch/v8/esapi"
"go.uber.org/zap"
"github.com/stretchr/testify/assert"
"go.uber.org/zap"
)

func TestNewClient(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion exporter/sematextexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ func (e *sematextLogsExporter) Start(_ context.Context, _ component.Host) error

e.logger.Info("Sematext Logs Exporter successfully started")
return nil
}
}

0 comments on commit 748519a

Please sign in to comment.