mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
Fixed whitespace
This commit is contained in:
@@ -16,7 +16,7 @@ class DjangoSearchModel {
|
||||
return relatedSearchField.replace(/\__search$/, "");
|
||||
}
|
||||
this.name = name;
|
||||
this.searchExamples = [];
|
||||
this.searchExamples = [];
|
||||
this.related = _.map(relatedSearchFields, trimRelated);
|
||||
// Remove "object" type fields from this list
|
||||
for (var key in baseFields) {
|
||||
|
||||
Reference in New Issue
Block a user