summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-06-28 22:42:40 +0200
committerGitHub <noreply@github.com>2023-06-28 22:42:40 +0200
commit9ce892e6682287b4d4a2552834451e8a324ad553 (patch)
treef1851b02242e3963ad1f7c845326f5fac9c804cc /vespa-maven-plugin
parentadd4989bcd2e18e939565da4e77ffca87b0f1258 (diff)
Fix whitespace
Diffstat (limited to 'vespa-maven-plugin')
-rw-r--r--vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java b/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java
index 344d848996f..718cf790ab4 100644
--- a/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java
+++ b/vespa-maven-plugin/src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java
@@ -49,8 +49,8 @@ public class EffectiveServicesMojo extends AbstractVespaDeploymentMojo {
Files.write(output, effectiveServices(services, zone, InstanceName.from(instance), tagz).getBytes(StandardCharsets.UTF_8));
getLog().info("Effective services for " + zone +
", instance " + instance +
- ( tags == null ? "" : ", tags '" + tagz + "' ") +
- "written to " + output);
+ ( tags == null ? "" : ", tags '" + tagz + "'") +
+ " written to " + output);
}
static String effectiveServices(File servicesFile, ZoneId zone, InstanceName instance, Tags tags) throws Exception {