Skip to content

Commit 16d5f36

Browse files
committed
run spotless
1 parent bfd5d7b commit 16d5f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigSource.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public final class StableConfigSource extends ConfigProvider.Source {
4444
|| e instanceof ClassCastException
4545
|| e instanceof NullPointerException) {
4646
log.warn(
47-
"YAML mapping error in stable configuration file: {}, error: {}", filePath, e.getMessage());
47+
"YAML mapping error in stable configuration file: {}, error: {}",
48+
filePath,
49+
e.getMessage());
4850
} else if (log.isDebugEnabled()) {
4951
log.error("Unexpected error while reading stable configuration file: {}", filePath, e);
5052
} else {

0 commit comments

Comments
 (0)