Skip to content

Commit

Permalink
fix blank line transposition
Browse files Browse the repository at this point in the history
Signed-off-by: alexgreenbank <[email protected]>
  • Loading branch information
alexgreenbank committed Sep 3, 2024
1 parent dd4b846 commit b17b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/datadogreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
)

func TestDatadogTracesReceiver_Lifecycle(t *testing.T) {

factory := NewFactory()
cfg := factory.CreateDefaultConfig()
cfg.(*Config).Endpoint = "localhost:0"
Expand Down Expand Up @@ -412,6 +411,7 @@ func TestStats_EndToEnd(t *testing.T) {
defer func() {
require.NoError(t, dd.Shutdown(context.Background()))
}()

clientStatsPayload := pb.ClientStatsPayload{
Hostname: "host",
Env: "prod",
Expand Down

0 comments on commit b17b13f

Please sign in to comment.