Skip to content

Commit c3a0a89

Browse files
committed
Add missing new line to glue configuration example
1 parent 371fd51 commit c3a0a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber-core/src/main/java/io/cucumber/core/resource/ClasspathSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ static String nestedJarEntriesExplanation(URI uri) {
179179
public static String configurationExamples() {
180180
return "Examples:\n" +
181181
" - @CucumberOptions(glue = \"com.example.application\")\n" +
182-
" - @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = \"com.example.application\")" +
182+
" - @ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = \"com.example.application\")\n" +
183183
" - src/test/resources/junit-platform.properties cucumber.glue=com.example.application\n" +
184184
" - src/test/resources/cucumber.properties cucumber.glue=com.example.application\n";
185185
}

0 commit comments

Comments
 (0)