From 284eb77ece6e313f1d309246b48ecdde23228926 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 7 Nov 2016 10:19:03 +0100 Subject: [PATCH] SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js. --- solr/example/files/conf/update-script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/example/files/conf/update-script.js b/solr/example/files/conf/update-script.js index 10a955d9149..2589968b50d 100644 --- a/solr/example/files/conf/update-script.js +++ b/solr/example/files/conf/update-script.js @@ -74,7 +74,7 @@ function processAdd(cmd) { var content = doc.getFieldValue("content"); if (!content) { - return; //No content found, so we are done here + return; //No content found, so we are done here } var analyzer = @@ -112,4 +112,4 @@ function processRollback(cmd) { function finish() { // no-op -} \ No newline at end of file +}