Skip to content

Commit 28f60e6

Browse files
authored
formatting
1 parent 41a571c commit 28f60e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/angular-json-editor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,9 @@ angular.module('angular-json-editor', []).provider('JSONEditor', function () {
146146
return clone;
147147
});
148148

149-
transclude(scope, function (buttons) {
149+
transclude(scope, function (buttons) {
150150
element.append(buttons);
151151
});
152-
153152
});
154153
}
155154
};

0 commit comments

Comments
 (0)