diff --git a/cucumber-core/src/main/java/io/cucumber/core/runtime/UuidGeneratorServiceLoader.java b/cucumber-core/src/main/java/io/cucumber/core/runtime/UuidGeneratorServiceLoader.java index eab1200f31..d8fbb2baf2 100644 --- a/cucumber-core/src/main/java/io/cucumber/core/runtime/UuidGeneratorServiceLoader.java +++ b/cucumber-core/src/main/java/io/cucumber/core/runtime/UuidGeneratorServiceLoader.java @@ -122,7 +122,7 @@ private static String getMultipleUuidGeneratorLogMessage(List uui "\n" + "Found: " + factoryNames + "\n" + "\n" + - "You can either remove the unnecessary SPI dependencies from your classpath \n" + + "You can either remove the unnecessary SPI dependencies from your classpath\n" + "or use the `cucumber.uuid-generator` property\n" + "or `@CucumberOptions(uuidGenerator=...)` to select one UUID generator.\n"; }