Skip to content

Commit

Permalink
CIRC-2100 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh-kalyanasundaram committed Jul 30, 2024
1 parent 422ec70 commit fe2a97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private static void removeSearchIndexFields(JsonObject request) {

private static void addPrintEventProperties(JsonObject request, PrintEventDetail printEventDetail) {
if (printEventDetail == null) {
if(log.isInfoEnabled()) {
if (log.isInfoEnabled()) {
log.info("addPrintEventProperties:: printEvent property is null for requestId {}", request.getString("id"));
}
return;
Expand Down

0 comments on commit fe2a97d

Please sign in to comment.