Skip to content

Commit 7eea23e

Browse files
committed
spotless
1 parent c5ec6d9 commit 7eea23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-smoke-tests/iast-util/src/testFixtures/groovy/datadog/smoketest/AbstractIastServerSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class AbstractIastServerSmokeTest extends AbstractServerSmokeTest {
2626
def addCrashTracking() {
2727
// DQH - 2024 Nov
2828
// Disabled crash tracking in IAST tests for initial GA
29-
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
29+
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
3030
// have trouble if this is changed.
3131

3232
return false

dd-smoke-tests/vertx-3.4/src/test/groovy/datadog/smoketest/VertxSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class VertxSmokeTest extends AbstractServerSmokeTest {
1717
def addCrashTracking() {
1818
// DQH - 2024 Nov
1919
// Disabled crash tracking in IAST tests for initial GA
20-
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
20+
// NOTE: That tests that concatenate JVM arguments into JAVA_TOOL_OPTIONS may
2121
// have trouble if this is changed.
2222

2323
return false

0 commit comments

Comments
 (0)