Skip to content

Commit cce434b

Browse files
committed
spotless
1 parent 5957c10 commit cce434b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dd-smoke-tests/src/main/groovy/datadog/smoketest/AbstractServerSmokeTest.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ abstract class AbstractServerSmokeTest extends AbstractSmokeTest {
9494
throw e
9595
} else {
9696
def logFile = logFilePaths[idx]
97-
// highlight when process exited abnormally, since that may have contributed
98-
// to the log verification failure
99-
throw new RuntimeException(
100-
"Server process exited abnormally - exit code: ${exitCode}; check log file: ${logFile}", e)
97+
// highlight when process exited abnormally, since that may have contributed
98+
// to the log verification failure
99+
throw new RuntimeException(
100+
"Server process exited abnormally - exit code: ${exitCode}; check log file: ${logFile}", e)
101101
}
102102
}
103103
}

0 commit comments

Comments
 (0)