Skip to content

Commit d75076e

Browse files
Fixed indentation in my PR
1 parent 6cbf2d1 commit d75076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/brutusin-json-forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ if (typeof brutusin === "undefined") {
614614
appendChild(patdiv, addButton, s);
615615
if (value) {
616616
for (var p in value) {
617-
if (s.properties && s.properties.hasOwnProperty(p)) {
617+
if (s.properties && s.properties.hasOwnProperty(p)) {
618618
continue;
619619
}
620620
var r = RegExp(pattern);

0 commit comments

Comments
 (0)