Code commit for tabs to space and line continuation

This commit is contained in:
Bhabani Prasad Patel 2021-06-04 10:55:45 +05:30
parent 26038deef8
commit 339abb8401
2 changed files with 11 additions and 12 deletions

View File

@ -22,7 +22,6 @@ public class MaskingPatternLayoutExample {
user.put("email_id", "spring@baeldung.com");
JSONObject userDetails = new JSONObject(user);
logger.info("MaskingPatternExample log from {}" + userDetails,
MaskingPatternLayoutExample.class.getSimpleName());
logger.info("MaskingPatternExample log from {}" + userDetails, MaskingPatternLayoutExample.class.getSimpleName());
}
}