Skip to content

Commit c9546ee

Browse files
committed
Code style fixes
1 parent 99b2346 commit c9546ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/QuestionModel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export default class QuestionModel {
132132
this.accept = null
133133
this.maxSize = null
134134
this.rows = []
135-
this.columns = [],
136-
this.labelLeft = null,
135+
this.columns = []
136+
this.labelLeft = null
137137
this.labelRight = null
138138

139139
Object.assign(this, options)

0 commit comments

Comments
 (0)