Skip to content

Commit a2cbc85

Browse files
committed
code style
1 parent 17433a0 commit a2cbc85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/js/models/post.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ class Post {
225225
m => newSection.markers.append(m)
226226
);
227227
} else {
228-
newSection =
229-
tailNotSelected && tail.section === section
230-
? builder.createMarkupSection('p')
231-
: section.clone();
228+
newSection = tailNotSelected && tail.section === section ?
229+
builder.createMarkupSection('p') :
230+
section.clone();
231+
232232
sectionParent = post;
233233
}
234234
if (sectionParent) {

0 commit comments

Comments
 (0)