Skip to content

Commit 99d503c

Browse files
committed
Make code style more consistent
1 parent 2e1481b commit 99d503c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/FlowForm.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,7 @@
718718
}
719719
720720
--index
721-
}
722-
while (index > 0)
721+
} while (index > 0)
723722
724723
this.reverse = index < this.activeQuestionIndex
725724
this.activeQuestionIndex = index

0 commit comments

Comments
 (0)