Skip to content

Commit 23dd929

Browse files
committed
style: fix prettier formatting
1 parent c429134 commit 23dd929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/operations/CreateNewItem.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ export class CreateNewItem implements Operation {
9898
const endOfLine = cursor.line === endPos.line && cursor.ch === endPos.ch;
9999

100100
const onChildLevel =
101-
listIsZoomingRoot || (this.after && hasChildren && !childIsFolded && endOfLine);
101+
listIsZoomingRoot ||
102+
(this.after && hasChildren && !childIsFolded && endOfLine);
102103

103104
const indent = onChildLevel
104105
? hasChildren

0 commit comments

Comments
 (0)