Skip to content

Commit

Permalink
lint: make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed May 31, 2024
1 parent e9fbaa8 commit 5fbcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/apm-server/sampling/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ func TestStorageLimit(t *testing.T) {
t.Log(failedWrites)
// Ensure that there are some failed writes.

if failedWrites >=1 {
if failedWrites >= 1 {
return
}
}
Expand Down

0 comments on commit 5fbcb8f

Please sign in to comment.