aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2023-02-14 10:57:34 +0000
committerArne Juul <arnej@yahooinc.com>2023-02-14 10:57:34 +0000
commitfeb41fd75478674f03c1ea5e03e941f8855d1067 (patch)
treec1875fd48602cdf490fa0b63c6b6594a9a9b4939 /config-model/src/main
parentcd02c48698c46afe2cb3e837467586c427460b98 (diff)
fix whitespace
Diffstat (limited to 'config-model/src/main')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/content/Content.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/content/Content.java b/config-model/src/main/java/com/yahoo/vespa/model/content/Content.java
index ff7074fa60f..519fc967511 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/content/Content.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/content/Content.java
@@ -295,7 +295,7 @@ public class Content extends ConfigModel {
}
throw new IllegalStateException("ApplicationConfigProducerRoot " + root + " with bad type for " + DOCPROC_RESERVED_NAME + ": " + current.getClass());
}
-
+
/** Create a new container cluster for indexing and add it to the Vespa model */
private void createImplicitIndexingCluster(IndexedSearchCluster cluster,
Content content,