Skip to content

Commit 69aafa5

Browse files
committed
resolved testing issues
1 parent 380176e commit 69aafa5

File tree

1 file changed

+1
-0
lines changed
  • powertools-tracing/src/main/java/software/amazon/lambda/powertools/tracing

1 file changed

+1
-0
lines changed

powertools-tracing/src/main/java/software/amazon/lambda/powertools/tracing/TracingUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
public final class TracingUtils implements Resource{
3636
private static final Logger LOG = LoggerFactory.getLogger(TracingUtils.class);
3737
private static ObjectMapper objectMapper;
38+
3839
private static final TracingUtils INSTANCE = new TracingUtils();
3940

4041
static {

0 commit comments

Comments
 (0)