From 3ac5b95c398e7b8005ad4558c36084a895724b16 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 15 Feb 2017 17:07:25 -0500 Subject: [PATCH] Fixed whitespace --- .../client/src/shared/smart-search/django-search-model.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/smart-search/django-search-model.class.js b/awx/ui/client/src/shared/smart-search/django-search-model.class.js index f26dba3918..423af668c9 100644 --- a/awx/ui/client/src/shared/smart-search/django-search-model.class.js +++ b/awx/ui/client/src/shared/smart-search/django-search-model.class.js @@ -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) {