Skip to content

Commit 99cb6ec

Browse files
committed
my editor removed a return at the end of the file :/
1 parent ec3939d commit 99cb6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/src/js/admin/form-editor/field-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ function generate (config) {
170170
return htmlutil.prettyPrint(vdom.innerHTML).replace(/<\/label>/g, '\n</label>') + '\n'
171171
}
172172

173-
module.exports = generate
173+
module.exports = generate

0 commit comments

Comments
 (0)