Skip to content

Commit 44c25eb

Browse files
committed
spotless
1 parent d67cae2 commit 44c25eb

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/log4j/log4j-appender-2.17/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/log4j/appender/v2_17

1 file changed

+1
-2
lines changed

instrumentation/log4j/log4j-appender-2.17/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/log4j/appender/v2_17/Log4jHelper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ public static void capture(
9999
contextData,
100100
threadName,
101101
threadId,
102-
() ->
103-
location != null ? location : getLocation(loggerClassName),
102+
() -> location != null ? location : getLocation(loggerClassName),
104103
Context.current());
105104
builder.setTimestamp(Instant.now());
106105
builder.emit();

0 commit comments

Comments
 (0)