Skip to content

Commit

Permalink
LPD-28604 Enforce an empty line after multiple line values property
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jun 18, 2024
1 parent b9abbc8 commit 98a7206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private String _fixMissingEmptyLinesAroundMultiLineProperty(
String nextLinePropertyKey = StringUtil.extractFirst(
matcher.group(4), "=");

if (Validator.isNotNull(nextLinePropertyKey)) {
if (Validator.isNull(nextLinePropertyKey)) {
continue;
}

Expand Down

0 comments on commit 98a7206

Please sign in to comment.