Skip to content

Commit

Permalink
G5V8DT-25849 Нет переноса строки при создании новой области в модуле
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Kuznetsov committed Oct 28, 2024
1 parent 5b0258d commit 682ca5c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ public String wrap(IBslModuleTextInsertInfo moduleTextInsertInfo, String content
builder.append(beginRegion).append(space).append(regionName);
builder.append(content);
builder.append(endRegion);
if (moduleTextInsertInfo.getPosition() == 0)
{
builder.append(lineSeparator);
}
builder.append(lineSeparator);
return builder.toString();
}
}
Expand Down

0 comments on commit 682ca5c

Please sign in to comment.