Skip to content

Commit 890a960

Browse files
committed
remove extra space
1 parent eb77f31 commit 890a960

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/javascript/oldjs/controllers/dialog_editor/dialog_editor_controller.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ ManageIQ.angular.app.controller('dialogEditorController', ['$window', 'miqServic
134134
}
135135

136136
var beingCloned = null; // hack that solves recursion problem for cloneDeepWith
137-
function customizer(value) {
138-
var keysToDelete = ['active', '$$hashKey', 'href', 'dynamicFieldList', 'id'];
139-
var useCustomizer =
140-
(value !== beingCloned) &&
141-
_.isObject(value) &&
142-
keysToDelete.some(function(key) {
143-
return key in value;
144-
});
145-
146-
if (!useCustomizer) {
137+
function customizer(value) {
138+
var keysToDelete = ['active', '$$hashKey', 'href', 'dynamicFieldList', 'id'];
139+
var useCustomizer =
140+
(value !== beingCloned) &&
141+
_.isObject(value) &&
142+
keysToDelete.some(function(key) {
143+
return key in value;
144+
});
145+
146+
if (!useCustomizer) {
147147
return undefined;
148148
}
149149

0 commit comments

Comments
 (0)