From 9ce892e6682287b4d4a2552834451e8a324ad553 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Wed, 28 Jun 2023 22:42:40 +0200 Subject: Fix whitespace --- .../src/main/java/ai/vespa/hosted/plugin/EffectiveServicesMojo.java | 4 ++-- 1 file 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 { -- cgit v1.2.3